Add missing error codes for deployables APIs

Closes-Bug: #1956134
Change-Id: I5108d44a9e04e75604d6f65d704b57fa7109d595
This commit is contained in:
ericxiett 2022-01-01 09:07:00 +00:00
parent 601b8676de
commit dbeb7793c4

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
=======