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
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.