Skip to content

Commit

Permalink
Fix GatewayAccount PUT SDK operation name (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
justnero authored Mar 26, 2024
1 parent f04654a commit b6f0da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/paths/gateway-accounts@{id}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ put:
- Gateway accounts
summary: Upsert a gateway account
operationId: PutGatewayAccount
x-sdk-operation-name: update
x-sdk-operation-name: upsert
description: Creates or updates (upserts) a gateway account with a specified ID.
requestBody:
$ref: ../components/requestBodies/GatewayAccount.yaml
Expand Down

0 comments on commit b6f0da5

Please sign in to comment.