Skip to content

Commit 6afbcac

Browse files
committed
Revert some unneeded changes in api/payloads
1 parent 2932729 commit 6afbcac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/payloads/service_instance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ func (g *ServiceInstanceGet) DecodeFromURLValues(values url.Values) error {
172172

173173
type ServiceInstancePatch struct {
174174
Name *string `json:"name,omitempty"`
175-
Type string `json:"type"`
176175
Tags *[]string `json:"tags,omitempty"`
177176
Credentials *map[string]any `json:"credentials,omitempty"`
178177
Relationships *ServiceInstanceRelationships `json:"relationships,omitempty"`

0 commit comments

Comments
 (0)