You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
410 Gone | MUST be returned if the Service Instance does not exist.
What is my question?
Which HTTP code shall be returned when trying to update non-existing service instance?
The text was updated successfully, but these errors were encountered:
gosua
changed the title
What shall happen when trying to update non-existing service instance?
Which HTTP code shall be returned when trying to update non-existing service instance?
Dec 20, 2022
gosua
changed the title
Which HTTP code shall be returned when trying to update non-existing service instance?
Response uncler when trying to update non-existing service instance?
Dec 20, 2022
gosua
changed the title
Response uncler when trying to update non-existing service instance?
Response not specified when updating non-existing service instance
Dec 20, 2022
What is the problem?
My problem is that I don't find in the specification what the service broker shall return in case an udpate of a non-existing service instance was initiated: https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#updating-a-service-instance.
Example:
PATCH /v2/service_instances/fake-id-which-does-not-exist
Additional context
Interesting is that the specification prescribes the reponse in case a deprovisioning of a non-existing service instance was initiated: https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#response-10
What is my question?
Which HTTP code shall be returned when trying to update non-existing service instance?
The text was updated successfully, but these errors were encountered: