/b/{bucket}/acl/{entity}
PUT
/b/{bucket}/acl/{entity}
bucketAccessControls
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://storage.googleapis.com/storage/v1beta2/b//acl/' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucket": "string",
"domain": "string",
"email": "string",
"entity": "string",
"entityId": "string",
"etag": "string",
"id": "string",
"kind": "storage#bucketAccessControl",
"role": "string",
"selfLink": "string"
}'
Response Response Example
{
"bucket": "string",
"domain": "string",
"email": "string",
"entity": "string",
"entityId": "string",
"etag": "string",
"id": "string",
"kind": "storage#bucketAccessControl",
"role": "string",
"selfLink": "string"
}
Request
Path Params
bucket
string
required
entity
string
required
Body Params application/json
Responses
Modified at 2023-08-15 08:12:16