Applications
Upsert a new permission to a application
patch/applications/{owner}/{slug}/permissions
Path parameters
ownerstring required
slugstring required
Request body
Example request
{
"subject": {
"name": "ladybugbot"
}
}Response
Accepted