mirror of
https://github.com/directus/directus.git
synced 2026-02-15 19:24:57 -05:00
20 lines
505 B
YAML
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
|