Skip to content

Update device

PUT
/rest/v1/devices/{id}

Updates device by ID

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

id*
Typeinteger
Required

Request Body

application/json
JSON
{
"serialNumber": "DEV12345",
"name": "Scanner Device 1",
"type": "scanner",
"active": true
}

Responses

Device updated

application/json
JSON
{
"id": 0,
"serialNumber": "string",
"name": "string",
"type": "string",
"active": true,
"createdAt": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0