Update a device by DevEui.
PUT/v1/devices/:devEui
Update a device by DevEui.
Request
Path Parameters
Possible values: >= 16 characters
and <= 16 characters
Unique identifier for the device
- application/json
Body
required
config
object,null
required
Configuration of the device
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
A URL to the JSON Schema for this object.
data
object
required
A URL to the JSON Schema for this object.
Possible values: >= 16 characters
and <= 16 characters
Unique identifier for the application
Possible values: >= 8 characters
and <= 64 characters
Unique key for the application
config
object,null
required
Configuration of the device
Date and time the device was created.
Date and time the device was deleted.
Possible values: >= 16 characters
and <= 16 characters
Unique identifier for the device
Firmware version of the device
Hardware version of the device
Possible values: [tag_s
, tag_l
, tag_xl
, nomad_xs
, nomad_xl
]
Type of the device
Date and time the device was updated.
{
"$schema": "string",
"data": {
"$schema": "string",
"appEui": "string",
"appKey": "string",
"createdAt": "2024-06-25T14:10:22.458Z",
"devEui": "string",
"type": "tag_s"
},
"status": 0,
"timestamp": "2024-06-25T14:10:22.458Z"
}
Error
- application/problem+json
- Schema
- Example (from schema)
Schema
Array [
]
A URL to the JSON Schema for this object.
A human-readable explanation specific to this occurrence of the problem.
errors
object[]
Optional list of individual error details
Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'
Error message text
The value at the given location
A URI reference that identifies the specific occurrence of the problem.
HTTP status code
A short, human-readable summary of the problem type. This value should not change between occurrences of the error.
Default value: about:blank
A URI reference to human-readable documentation for the error.
{
"$schema": "string",
"detail": "string",
"errors": [
{
"location": "string",
"message": "string"
}
],
"instance": "string",
"status": 0,
"title": "string",
"type": "about:blank"
}