Page Summary
-
Sends a PATCH request to update specific fields of an existing LineRotation resource.
-
Requires the
lineRotation.namepath parameter to identify the LineRotation being updated. -
Uses the
updateMaskquery parameter to specify the fields to be modified. -
The request body must contain the updated LineRotation data in JSON format.
-
A successful response returns the updated LineRotation object.
Updates a LineRotation.
HTTP request
PATCH https://middlemileoptimization.googleapis.com/v1/{lineRotation.name=networks/*/lines/*/rotations/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
line |
Identifier. Cannot be updated. |
Query parameters
| Parameters | |
|---|---|
update |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of LineRotation.
Response body
If successful, the response body contains an instance of LineRotation.