Update the device authentication set status
PUT/api/management/v2/devauth/devices/:id/auth/:aid/status
Sets the status of an authentication data set of selected value. Valid state transitions: - 'pending' -> 'accepted' - 'pending' -> 'rejected' - 'rejected' -> 'accepted' - 'accepted' -> 'rejected'
Request
Responses
- 204
- 400
- 404
- 422
- 500
- 503
The device authentication data set status was successfully updated.
Invalid Request.
Not Found.
Request cannot be fulfilled e.g. due to exceeded limit on maximum accepted devices (see error message).
Internal Server Error.
Service is unavailable.