Files
directus/packages/spec/specs/paths/utils/sort.yaml
2020-10-11 18:16:29 -04:00

20 lines
505 B
YAML

post:
description: Re-sort items in collection based on start and to value of item
operationId: sort
requestBody:
content:
application/json:
schema:
properties:
item:
description: Primary key of item to move
type: number
to:
description: Primary key of item where to move the current item to
type: number
responses:
"200":
description: Successful request
tags:
- Utilities