Atomically updates the specified Service
configurations.
HTTP request
POST https://firebaseappcheck.googleapis.com/v1/{parent=projects/*}/services:batchUpdate
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent project name shared by all
The parent collection in the |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"updateMask": string,
"requests": [
{
object ( |
Fields | |
---|---|
updateMask |
Optional. A comma-separated list of names of fields in the If the |
requests[] |
Required. The request messages specifying the A maximum of 100 objects can be updated in a batch. |
Response body
Response message for the services.batchUpdate
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"services": [
{
object ( |
Fields | |
---|---|
services[] |
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.
UpdateServiceRequest
Request message for the services.patch
method as well as an individual update message for the services.batchUpdate
method.
JSON representation |
---|
{
"service": {
object ( |
Fields | |
---|---|
service |
Required. The The
Note that the
|
updateMask |
Required. A comma-separated list of names of fields in the |