mirror of
https://github.com/directus/directus.git
synced 2026-02-08 12:35:11 -05:00
23 lines
514 B
YAML
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 |