mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
20 lines
455 B
YAML
20 lines
455 B
YAML
put:
|
|
description: Activate shop
|
|
operationId: activateShopForParty
|
|
tags:
|
|
- Shops
|
|
parameters:
|
|
- $ref: '#/parameters/requestID'
|
|
- $ref: '#/parameters/deadline'
|
|
- $ref: '#/parameters/shopID'
|
|
- $ref: '#/parameters/partyID'
|
|
responses:
|
|
'204':
|
|
description: Shop activated
|
|
'404':
|
|
$ref: '#/responses/NotFound'
|
|
'401':
|
|
$ref: '#/responses/Unauthorized'
|
|
'400':
|
|
$ref: '#/responses/DefaultLogicError'
|