Method: projects.services.batchUpdate Stay organized with collections Save and categorize content based on your preferences.
Atomically updates the specifiedService configurations.
HTTP request
POST https://firebaseappcheck.googleapis.com/v1/{parent=projects/*}/services:batchUpdate
The URL usesgRPC 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 theservices.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-platformhttps://www.googleapis.com/auth/firebase
For more information, see theOAuth 2.0 Overview.
UpdateServiceRequest
Request message for theservices.patch method as well as an individual update message for theservices.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 |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-25 UTC.