Skip to main content

Update Element State (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/elements/:element_id/state

Update the element state.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    element_id stringrequired

    The element ID.

Body

Update element state

    id string

    The ID.

    image_id string

    The element image ID.

    scheduled_upgrade string

    The scheduled upgrade.

Responses

Successful Operation

Schema
    id string

    The ID.

    image_id string

    The element image ID.

    scheduled_upgrade string

    The scheduled upgrade.

Loading...