We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2932729 commit 6afbcacCopy full SHA for 6afbcac
api/payloads/service_instance.go
@@ -172,7 +172,6 @@ func (g *ServiceInstanceGet) DecodeFromURLValues(values url.Values) error {
172
173
type ServiceInstancePatch struct {
174
Name *string `json:"name,omitempty"`
175
- Type string `json:"type"`
176
Tags *[]string `json:"tags,omitempty"`
177
Credentials *map[string]any `json:"credentials,omitempty"`
178
Relationships *ServiceInstanceRelationships `json:"relationships,omitempty"`
0 commit comments