ShadowExperimentService
Update a shadow experiment target
Updates a shadow target's name, deployment, or description. updateMask is required and must select at least one mutable field.
patch/projects/{projectId}/endpoints/{endpointId}/shadowExperiments/{experimentId}/targets/{id}
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
experimentIdstring required
Shadow experiment identifier.
idstring required
Shadow experiment target identifier.
Query parameters
updateMaskstring required
Comma-separated fields to update. Supported fields are name, targetDeploymentId, and description.
Request body
Response
OK