Updates properties of the specified reservation.
HTTP request
PATCH https://{endpoint}/v1/admin/{reservation.name=projects/*/locations/*/reservations/*}
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
reservation.name |
The name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservationId} |
Query parameters
Parameters | |
---|---|
updateMask |
Required. A mask specifying the reservation fields to change. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Reservation
.
Response body
If successful, the response body contains an instance of Reservation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.