Skip to main content

Update a integration by UUID.

PUT 

/v1/integrations/:uuid

Update a integration by UUID.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the integration

Body

required

    type stringrequired

    Possible values: [webhook, thingpark, tti]

    Type of integration.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $schema uri

    A URL to the JSON Schema for this object.

    createdAt date-timerequired

    Date and time the integration was created.

    deletedAt date-timerequired

    Date and time the integration was deleted.

    type stringrequired

    Possible values: [webhook, thingpark, tti]

    Type of integration.

    updatedAt date-timerequired

    Date and time the integration was updated.

    uuid uuidrequired

    Unique identifier for the integration

    status int64required
    timestamp date-timerequired
Loading...