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
Request Body - application/xml ()
Root Schema : schema
Type: object
User device update request
Show Source
  • mark the device, associated with request id, safe or unsafe based in the true or false value.
Request Body - application/json ()
Root Schema : schema
Type: object
User device update request
Show Source
  • mark the device, associated with request id, safe or unsafe based in the true or false value.
Back to Top

Response

Supported Media Types

200 Response

Fetch user devices present in the request id
Body ()
Root Schema : UserDeviceApiResponse
Type: object
User device API response for status of the rest call
Show Source

401 Response

Unauthorized

405 Response

Invalid input
Body ()
Root Schema : UserDeviceApiResponse
Type: object
User device API response for status of the rest call
Show Source

500 Response

Internal server error

503 Response

Service Unavailable
Back to Top