Update device tags

Adds or removes device tags.

Required permissions - Set Device Tags

Body Params
ids
array of strings

An array of the IDs of the devices whose tags you want to update.

ids
string
enum

Set whether to create or delete tags on the selected devices.

Allowed:
tags
array of strings

An array of the tags to add or remove on the specified devices. Tags can be up to 150 characters long and contain lowercase letters, numbers, -, _, and spaces.

tags
Responses
200

Device tags successfully updated. Returns the updated device details.

400

Invalid request payload.

500

Something went wrong at the API service.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!