| title | summary |
|---|---|
API key |
/api/api-key endpoints for CRUD management of API Keys.
|
/api/api-key endpoints for CRUD management of API Keys.
Delete an ApiKey.
You must be a superuser to do this.
idvalue must be an integer greater than zero.
Get a list of API keys with the default scope. Non-paginated.
You must be a superuser to do this.
Get the count of API keys in the DB with the default scope.
You must be a superuser to do this.
_body
Create a new API key (and an associated User) with the provided name and group ID.
You must be a superuser to do this.
-
group_idvalue must be an integer greater than zero. -
namevalue must be a non-blank string. -
_body
Update an API key by changing its group and/or its name.
You must be a superuser to do this.
-
idvalue must be an integer greater than zero. -
group_idnullable value must be an integer greater than zero. -
namenullable value must be a non-blank string. -
_body
Regenerate an API Key.
You must be a superuser to do this.
idvalue must be an integer greater than zero.