Files
directus/packages/spec/specs/paths/utils/random.yaml
2020-09-14 20:01:01 +02:00

23 lines
514 B
YAML

get:
description: Returns a random string of given length.
operationId: random
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