Skip to content

Commit 131f524

Browse files
Update OpenAPI specification for private preview
1 parent cc6cd58 commit 131f524

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

openapi/spec3.private_preview.sdk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99179,9 +99179,9 @@
9917999179
"path": "/v1/test_helpers/shared_payment/granted_tokens"
9918099180
},
9918199181
{
99182-
"method_name": "update",
99182+
"method_name": "revoke",
9918399183
"method_on": "service",
99184-
"method_type": "update",
99184+
"method_type": "custom",
9918599185
"operation": "post",
9918699186
"path": "/v1/test_helpers/shared_payment/granted_tokens/{shared_payment_granted_token}/revoke"
9918799187
}

openapi/spec3.private_preview.sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89495,9 +89495,9 @@ components:
8949589495
method_type: create
8949689496
operation: post
8949789497
path: /v1/test_helpers/shared_payment/granted_tokens
89498-
- method_name: update
89498+
- method_name: revoke
8949989499
method_on: service
89500-
method_type: update
89500+
method_type: custom
8950189501
operation: post
8950289502
path: >-
8950389503
/v1/test_helpers/shared_payment/granted_tokens/{shared_payment_granted_token}/revoke

0 commit comments

Comments
 (0)