Files
directus/packages/spec/specs/paths/utils/sort.yaml
2020-10-05 16:47:01 -03:00

24 lines
515 B
YAML

get:
description: Returns a random string of given length.
operationId: sort
parameters:
- description: Length of the random string.
in: query
name: length
required: false
schema:
type: integer
responses:
"200":
content:
application/json:
schema:
properties:
data:
type: string
example: 1>M3+4oh.S
type: object
description: Successful request
tags:
- Utilities