Request body for creating new application key (/api/vlm/appkeys)
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatenewappkeyRequest", "title": "CreatenewappkeyRequest", "description": "Request body for creating new application key (/api/vlm/appkeys)", "required": [ "label" ], "type": "object", "properties": { "label": { "description": "Label of the application key.", "type": "string", "example": "appkey-test" } } }