Enterprise
Update template ACL
patch/api/v2/templates/{template}/acl
Path parameters
templatestring uuid required
Template ID
Request body
Example request
{
"group_perms": {
"8bd26b20-f3e8-48be-a903-46bb920cf671": "use",
"<group_id>": "admin"
},
"user_perms": {
"4df59e74-c027-470b-ab4d-cbba8963a5e9": "use",
"<user_id>": "admin"
}
}Response
OK