Merge "Add missing error codes for deployables APIs"

This commit is contained in:
Zuul 2022-01-14 09:17:16 +00:00 committed by Gerrit Code Review
commit 828fed561c
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Lists UUIDs, names, attribute list and more informations for all deployables.
Normal response codes: 200
Error response codes: unauthorized(401), forbidden(403)
Error response codes: badRequest(400), unauthorized(401), forbidden(403), internalServerError(500)
Request
=======
@ -59,7 +59,7 @@ Gets the UUID, name, attribute list and more informations for one deployable wit
Normal response codes: 200
Error response codes: badRequest(400), unauthorized(401), forbidden(403)
Error response codes: badRequest(400), unauthorized(401), forbidden(403), notfound(404)
Request
=======