Files
medusa-store/docs/api/admin/paths/swaps_{id}.yaml
2022-08-05 14:06:12 +02:00

24 lines
478 B
YAML

get:
operationId: GetSwapsSwap
summary: Retrieve a Swap
description: Retrieves a Swap.
x-authenticated: true
parameters:
- in: path
name: id
required: true
description: The ID of the Swap.
schema:
type: string
tags:
- Swap
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
swap:
$ref: ../components/schemas/swap.yaml