latestOpenAPI 3.1.02026-08-10150311431.9 KB
c1f3c6d96b31
Plugins
Upsert a new permission to a plugin
Upsert a plugin's access policy (must have admin permission)
patch/plugins/{owner}/{name}/permissions
Path parameters
ownerstring required
namestring required
Request body
Example request
{
"subject": {
"name": "ladybugbot"
}
}Response
Accepted