Projects
Upsert a new permission to a project
patch/projects/{owner}/{name}/permissions
Path parameters
ownerstring required
namestring required
Request body
Example request
{
"subject": {
"name": "ladybugbot"
}
}Response
Accepted
{
"subject": {
"name": "ladybugbot"
}
}Accepted