Update properties of a subject's eSource virtual device

put

/api/studies/{studyId}/subjects/{subjectId}/devices/{deviceId}

Updates properties of an eSource virtual device associated with a subject by device ID.

Request

Path Parameters
Supported Media Types
Request Body ()
A virtual device / digital twin instance.
Root Schema : schema
Type: object
Show Source
Nested Schema : targetSubjIdMap
Type: array
Subject ID in each target application.
Show Source
Nested Schema : TargetSubj
Type: object
Show Source
  • subject ID in the target application.
  • Target type. Possible values are INFORM, DMW, or DEFAULT. Use DEFAULT type if the same subject Id is to be used across all targets. If DEFAULT and a specific target type exist in a map, the specific target type gets higher precedence over the DEFAULT type.
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : targetSubjIdMap
Type: array
Subject ID in each target application.
Show Source
Nested Schema : TargetSubj
Type: object
Show Source
  • subject ID in the target application.
  • Target type. Possible values are INFORM, DMW, or DEFAULT. Use DEFAULT type if the same subject Id is to be used across all targets. If DEFAULT and a specific target type exist in a map, the specific target type gets higher precedence over the DEFAULT type.

400 Response

Invalid device parameters.

404 Response

Invalid study, subject, or device identifier.
Back to Top