We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accroding to https://github.com/openservicebrokerapi/servicebroker/blob/v2.12/spec.md#request-1, operation ,operation ,plan_id are in query,
operation
plan_id
/v2/service_instances/4510f942-43d8-41a7-8c4e-80a3c9ec3e1d/last_operation?operation=Deprovision&plan_id=ebd00cf7-3d2a-465f-b10c-b9b90a01badf&service_id=558888d1-f00a-3176-01e4-05cd2d68eb18
But because of following:
osb-broker-lib/pkg/rest/apisurface.go
Line 257 in 87d71cf
Line 261 in 87d71cf
Line 265 in 87d71cf
operation ,operation ,plan_id will always be nil
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Accroding to
https://github.com/openservicebrokerapi/servicebroker/blob/v2.12/spec.md#request-1,
operation
,operation
,plan_id
are in query,But because of following:
osb-broker-lib/pkg/rest/apisurface.go
Line 257 in 87d71cf
osb-broker-lib/pkg/rest/apisurface.go
Line 261 in 87d71cf
osb-broker-lib/pkg/rest/apisurface.go
Line 265 in 87d71cf
operation
,operation
,plan_id
will always be nilThe text was updated successfully, but these errors were encountered: