Update the specified ACL rule
PATCH {{baseUrl}}/calendars/:calId/acl/:aclId
Updates an access control list rule.
Scopes:
calendar:write
,
calendar:write:admin
Rate Limit Label
:
HEAVY
Request Body
{"role"=>"none", "scope"=>{"type"=>"default"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: OK
{"role":"owner","scope":{"type":"default"},"kind":"calendar#aclRule","etag":"\u003cstring\u003e","id":"\u003cstring\u003e"}