PATCH Device Twin Tags
PATCHhttps://api.eu1.spotflow.io/workspaces/:workspaceId/devices/:deviceId/tags
PATCH Device Twin Tags
Request
Path Parameters
workspaceId uuidrequired
deviceId stringrequired
- application/json
Body
tags objectrequired
Responses
- 200
- 400
- 404
- 409
- 423
- 503
All tags have been successfully added/updated/deleted.
Tag name is invalid.
- application/problem+json
- Schema
- Example (auto)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Device or workpace was not found.
- application/problem+json
- Schema
- Example (auto)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Tags cannot be updated because conflicting operation is in progress.
- application/problem+json
- Schema
- Example (auto)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace disabled.
- application/problem+json
- Schema
- Example (auto)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Tags cannot be updated because of unavailability of the service.
- application/problem+json
- Schema
- Example (auto)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- curl
- python
- nodejs
- csharp
- powershell
- CURL
curl -L -X PATCH 'https://api.eu1.spotflow.io/workspaces/:workspaceId/devices/:deviceId/tags' \
-H 'Content-Type: application/json' \
-d '{
"tags": {}
}'