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
Hey,
I think it would be good to be able to return a 410 GONE Status on GET /v2/service_instances/:instance_id/service_bindings/:binding_id/last_operation if the binding is removed upon a asynchronous delete binding request.
Hey,
I think it would be good to be able to return a 410 GONE Status on
GET /v2/service_instances/:instance_id/service_bindings/:binding_id/last_operation
if the binding is removed upon a asynchronous delete binding request.I think that would be more spec compliant, according to polling-last-operation-for-service-bindings
idea for solution
As in instance last operation, wrap the
result = service_broker.last_binding_operation(...)
call in try..catch like so:The text was updated successfully, but these errors were encountered: