Fixes documentation for subcloud-group delete

The return code for the subcloud-group delete rest
request was wrong in the documentation. The endpoint
returns status 200 upon success, instead of 204 as
was written in the documentation. This changes the
documentation with the correct response code.

Closes-Bug: 1988221

Signed-off-by: Andre Carneiro <Andre.DexheimerCarneiro@windriver.com>
Change-Id: I6fc89e7c71dd51e8aaf2b9858ef89a7d5fdbb871
This commit is contained in:
Andre Carneiro 2022-08-31 14:06:49 -03:00
parent 7922bab10e
commit 198f8aab71
1 changed files with 2 additions and 2 deletions

View File

@ -902,11 +902,11 @@ Deletes a specific subcloud group
**Normal response codes**
204
200
**Error response codes**
badRequest (400), unauthorized (401), forbidden (403),
badRequest (400), unauthorized (401), forbidden (403),
itemNotFound (404), badMethod (405), HTTPUnprocessableEntity (422),
internalServerError (500), serviceUnavailable (503)