Updates user device related to request id
put
https://oaainstall-host/risk-analyzer/device/v1/{requestId}
Updates and return user device related to request id
Request
Path Parameters
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
object
User device update request
Show Source
-
markSafe: boolean
mark the device, associated with request id, safe or unsafe based in the true or false value.
Root Schema : schema
Type:
object
User device update request
Show Source
-
markSafe: boolean
mark the device, associated with request id, safe or unsafe based in the true or false value.
Response
Supported Media Types
- application/xml
- application/json
- text/plain
200 Response
Fetch user devices present in the request id
Root Schema : UserDeviceApiResponse
Type:
object
User device API response for status of the rest call
Show Source
-
responseCode: string
status code of the request
-
responseMessage: string
response message related to the response code if needed.
-
success: boolean
status of the operation.
401 Response
Unauthorized
405 Response
Invalid input
Root Schema : UserDeviceApiResponse
Type:
object
User device API response for status of the rest call
Show Source
-
responseCode: string
status code of the request
-
responseMessage: string
response message related to the response code if needed.
-
success: boolean
status of the operation.
500 Response
Internal server error
503 Response
Service Unavailable