Skip to content

Commit

Permalink
Fix Patch -> Put
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Oct 25, 2024
1 parent 90937d7 commit bc5dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ actions:
- target: $["paths"]["/v1/custom-variables/{id}"]["get"]
update:
x-speakeasy-entity-operation: CustomVariable#get
- target: $["paths"]["/v1/custom-variables/{id}"]["patch"]
- target: $["paths"]["/v1/custom-variables/{id}"]["put"]
update:
x-speakeasy-entity-operation: CustomVariable#update
- target: $["paths"]["/v1/custom-variables/{id}"]["delete"]
Expand Down

0 comments on commit bc5dd1a

Please sign in to comment.