Recreate an access ID and OTP of a bootstrap device

put

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

Recreate an accessId and OTP (One-Time Password) of a bootstrap device. Required, if the password (OTP) has already expired. The device cannot be bootstrapped using expired or invalid credentials.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

202 Response

accessId and OTP recreated.
Body ()
Root Schema : DeviceCred
Type: object
Show Source

404 Response

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