Skip to content

Commit

Permalink
fix: add missing enumeration (break sdk) (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jan 27, 2023
1 parent 9f1c3d3 commit e4c0f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ paths:
tags:
- Payments
description: |
Reset a connector by its name.
Reset a connector by its name.
It will remove the connector and ALL PAYMENTS generated with it.
parameters:
- $ref: '#/components/parameters/Connector'
Expand Down Expand Up @@ -869,6 +869,7 @@ components:
- ACTIVE
- TERMINATED
- FAILED
- SUCCEEDED
ServerInfo:
type: object
required:
Expand Down

0 comments on commit e4c0f21

Please sign in to comment.