19 lines
530 B
YAML

description: Create a new API key.
required: true
content:
application/json:
schema:
type: object
properties:
apiKey:
type: string
description: The API key to be created.
example: "ovmeet-1234567890abcdef1234567890abcdef"
creationDate:
type: string
format: date-time
description: The date and time when the API key was created.
example: "2023-10-01T12:00:00Z"
required:
- apiKey
additionalProperties: false