PATCH /api/v1/devices/{{device_id}}/

This request allows you update information about a device, such as the assigned blueprint, user, and Asset Tag.

A Blueprint ID can be found in the URL path while on a Blueprint overview page.

For example, on this URL https://subdomain.kandji.io/blueprints/6391086e-85a1-4820-813c-f9c75025fff4/parameters

The Blueprint ID would be 6391086e-85a1-4820-813c-f9c75025fff4

Servers

Path parameters

Name Type Required Description
device_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
blueprint_id String No
user String No
asset_tag String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.