api-ref: Don't list HTTP 500 for backup create

HTTP 500 just means that something broke in
the service.  We don't need to list this as part
of our API because we don't intend to deliver
it as a response for this API.

Change-Id: I7a08926fbbc5d2753f7d9d0c6c496ad3f967ec10
This commit is contained in:
Eric Harney 2021-03-09 10:47:45 -05:00
parent a4e64d839f
commit 8bb3f55dbd

View File

@ -281,7 +281,6 @@ Response codes
.. rest_status_code:: error ../status.yaml
- 400
- 500
Request
-------