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