Skip to main content

PATCH Device Twin Tags

PATCH 

https://api.eu1.spotflow.io/workspaces/:workspaceId/devices/:deviceId/tags

PATCH Device Twin Tags

Request

Path Parameters

    workspaceId uuidrequired
    deviceId stringrequired

Body

    tags objectrequired

Responses

All tags have been successfully added/updated/deleted.

curl -L -X PATCH 'https://api.eu1.spotflow.io/workspaces/:workspaceId/devices/:deviceId/tags' \
-H 'Content-Type: application/json' \
-d '{
"tags": {}
}'
Request Collapse all
Base URL
https://api.eu1.spotflow.io
Parameters
— pathrequired
— pathrequired
Body
{
  "tags": {}
}