Skip to main content

Update a device

PUT 

/devices/:id

Update an existing device.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Body

The device resource definition.

    name stringrequired

    The name of the device

    folder stringrequired

    The folder containing the device

    description string

    The description of the device

    labels string[]

    Labels assigned to the device

    snippets string[]

    Snippets associated with the device

Responses

OK

Loading...