- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
PATCH /v1/projects/{projectId}/deviceSessions/deviceSessionId}:updateDeviceSession Updates the current device session to the fields described by the updateMask.
HTTP request
PATCH https://testing.googleapis.com/v1/{deviceSession.name=projects/*/deviceSessions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
deviceSession.name |
Optional. Name of the DeviceSession, e.g. "projects/{projectId}/deviceSessions/{session_id}" |
Query parameters
Parameters | |
---|---|
updateMask |
Required. 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 DeviceSession
.
Response body
If successful, the response body contains an instance of DeviceSession
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
cloudtestservice.devicesession.update
For more information, see the IAM documentation.