Database tokens
Updates the existing database token if it is owned by the authorized user and ifthe user has access to the related workspace.
patch/api/database/tokens/{token_id}/
Path parameters
token_idinteger required
Updates the database token related to the provided value.
Request body
Example request
{
"permissions": {
"create": true,
"read": true,
"update": true,
"delete": true
}
}Response
Example response
{
"permissions": {
"create": true,
"read": true,
"update": true,
"delete": true
}
}