Skip to main content

Update asset by UUID.

PUT 

/v1/assets/:uuid

Updates and returns a single asset by UUID.

Request

Path Parameters

    uuid anyrequired

    The UUID of the asset to update and retrieve.

    Example: 7335069c-2510-4934-b526-8a313c70d99d
    uuid uuidrequired

    Unique identifier for the resource.

Body

required

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of asset.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    created_at date-timerequired

    Date and time the asset was created.

    customer uuidrequired

    Unique identifier for the customer

    device stringrequired

    Possible values: non-empty and <= 16 characters

    Device type of the asset.

    integration uuidrequired

    Unique identifier for the integration

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of asset.

    updated_at date-timerequired

    Date and time the asset was updated.

    uuid uuidrequired

    Unique identifier for the person

    status int64required
    timestamp date-timerequired
Loading...