latestOpenAPI 3.1.02026-08-10150311431.9 KB
c1f3c6d96b31
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