Skip to content

Commit

Permalink
chore: synced local 'openapi.yaml' with remote 'specs/openapi.yaml'
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Sep 24, 2024
1 parent 97d41d6 commit cec7591
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ paths:
tags:
- Subaccounts
x-permissions:
- members_read
- members_list
x-scopes: []
post:
operationId: CreateSubAccount
Expand Down Expand Up @@ -1420,7 +1420,7 @@ paths:
tags:
- Subaccounts
x-permissions:
- members_write
- members_update
x-scopes: []
'/v0.1/me/accounts/{operator_id}':
delete:
Expand All @@ -1444,7 +1444,7 @@ paths:
tags:
- Subaccounts
x-permissions:
- members_write
- members_delete
x-scopes: []
get:
operationId: CompatGetOperator
Expand All @@ -1468,7 +1468,7 @@ paths:
tags:
- Subaccounts
x-permissions:
- members_read
- members_view
x-scopes: []
put:
operationId: UpdateSubAccount
Expand Down Expand Up @@ -1529,7 +1529,7 @@ paths:
tags:
- Subaccounts
x-permissions:
- members_write
- members_update
x-scopes: []
'/v0.1/me/accounts/{operator_id}/disable':
post:
Expand Down Expand Up @@ -2653,6 +2653,8 @@ paths:
description: Cannot change password for managed user. Password was already used before.
'404':
description: Merchant or member not found.
'409':
description: Cannot update member as some data conflict with existing members.
tags:
- Members
x-permissions:
Expand Down Expand Up @@ -5013,13 +5015,15 @@ components:
maxLength: 9
minLength: 8
ReaderStatus:
description: |
description: |-
The status of the reader object gives information about the current state of the reader.
Possible values:
* `unknown` - The reader status is unknown.
* `processing` - The reader is created and waits for the physical device to confirm the pairing.
* `paired` - The reader is paired with a merchant account and can be used with SumUp APIs.
* `expired` - The pairing is expired and no longer usable with the account. The ressource needs to get recreated
- `unknown` - The reader status is unknown.
- `processing` - The reader is created and waits for the physical device to confirm the pairing.
- `paired` - The reader is paired with a merchant account and can be used with SumUp APIs.
- `expired` - The pairing is expired and no longer usable with the account. The ressource needs to get recreated
type: string
example: paired
enum:
Expand Down

0 comments on commit cec7591

Please sign in to comment.