Skip to content

Commit

Permalink
Update api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 28, 2024
1 parent 30b5839 commit 4605e6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions openAPI/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -835,15 +835,15 @@ paths:
delete:
security:
- ApiKeyAuth: []
description: Cancel subscription
description: Cancels the subscription identified by the provided subscription ID.
produces:
- application/json
tags:
- Subscriptions
summary: Cancel subscription
summary: Cancel Subscription
parameters:
- type: string
description: Subscription ID
description: The unique identifier of the subscription to be canceled.
name: subscriptionID
in: path
required: true
Expand All @@ -863,7 +863,7 @@ paths:
'500':
description: Internal Server Error
schema:
"$ref": "#/definitions/internal.ErrorResponse"
"$ref": "#/definitions/internal.ErrorResponse500"
definitions:
accounts.ChainResponse:
type: object
Expand Down Expand Up @@ -1657,13 +1657,13 @@ definitions:
The current status of the organization integration:
- 1 = Unknown
- 2 = Updating
- 3 = Ready
- 4 = Disabling
- 5 = Disabled
type: integer
enum:
Expand Down

0 comments on commit 4605e6e

Please sign in to comment.