WorkOS
authorization.permissions.update
Update an existing permission. Only the fields provided in the request body will be updated.
Remote workos
Other tools also called authorization.permissions.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A descriptive name for the Permission."
},
"slug": {
"type": "string",
"description": "A unique key to reference the permission. Must be lowercase and contain only letters, numbers, hyphens, underscores, colons, periods, and asterisks."
},
"description": {
"type": [
"string",
"null"
],
"description": "An optional description of the Permission."
}
}
}