Updates thing info
PUT/iot/things/:thingId
Update is performed by replacing the current resource data with values provided in a request payload. Note that the thing's type and ID cannot be changed.
Authorization Action:
core:things:update
Request
Responses
- 200
- 400
- 401
- 404
- 415
- 500
Thing updated.
Bad request.
Unauthorized.
Thing not found.
Missing or unsupported content type.
Unexpected server error.