Recipes
Upsert a new permission to a recipe
Upsert a recipe's access policy (must have admin permission)
patch/recipes/{owner}/{name}/permissions
Path parameters
ownerstring required
namestring required
Request body
Example request
{
"subject": {
"name": "ladybugbot"
}
}Response
Accepted