api-keys

Update API key

Updates API key info. Requires admin role.

patch/api-keys/{keyId}

Path parameters

keyIdstring required

unique identifier of the API key

Request body

namestring

New name

descriptionstring

New description

role'admin' | 'manager' | 'developer' | 'operator' | 'viewer'

User role determining access permissions. admin: full access including user management, manager: DAG CRUD and execution with audit log access, developer: DAG CRUD and execution, operator: DAG execution only, viewer: read-only

Response

Updated API key

Changes