Files
medusa-store/docs/api/admin/paths/currencies_{code}.yaml
2022-09-15 16:07:31 +03:00

32 lines
735 B
YAML

post:
operationId: PostCurrenciesCurrency
summary: Update a Currency
description: Update a Currency
x-authenticated: true
parameters:
- in: path
name: code
required: true
description: The code of the Currency.
schema:
type: string
requestBody:
content:
application/json:
schema:
properties:
includes_tax:
type: boolean
description: '[EXPERIMENTAL] Tax included in prices of currency.'
tags:
- Currency
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
currency:
$ref: ../components/schemas/currency.yaml