diff --git a/api/dashboard/delete.go b/api/dashboard/delete.go index 14e81ffa5..a2798c940 100644 --- a/api/dashboard/delete.go +++ b/api/dashboard/delete.go @@ -40,6 +40,10 @@ import ( // description: Unauthorized to delete dashboard // schema: // "$ref": "#/definitions/Error" +// '404': +// description: Unable to find dashboard +// schema: +// "$ref": "#/definitions/Error" // '500': // description: Server error when deleting dashboard // schema: diff --git a/api/dashboard/get.go b/api/dashboard/get.go index da4239667..3535cb8b4 100644 --- a/api/dashboard/get.go +++ b/api/dashboard/get.go @@ -42,6 +42,10 @@ import ( // description: Unauthorized to retrieve dashboard // schema: // "$ref": "#/definitions/Error" +// '404': +// description: Unable to find dashboard +// schema: +// "$ref": "#/definitions/Error" // '500': // description: Server error when retrieving dashboard // schema: