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