Upload the device deployment log
PUT/api/devices/v1/deployments/device/deployments/:id/log
Set the log of a selected deployment. Messages are split by line in the payload.
Request
Responses
- 204
- 400
- 401
- 404
- 500
The deployment log uploaded successfully.
Invalid Request.
Unauthorized.
Not Found.
Internal Server Error.