Skip to main content

Update Entity

PATCH 

/entities/:entityTypeId/:entityId

Updates a Entity

Request

Path Parameters

    entityTypeId stringrequired

    EntityType Identifier

    entityId stringrequired

    Entity Identifier

Query Parameters

    siteId string

    Site Identifier

    namespace string

    Possible values: [PRESET, CUSTOM]

    Namespace Identifier

Body

required

    entity

    object

    name string

    Entity Name

    attributes

    object[]

    List of Entity Attributes

  • Array [

  • key string

    Attribute key

    stringValue string

    Attribute with string value

    stringValues string[]

    Attribute with string values

    numberValue number

    Attribute with number value

    numberValues number[]

    Attribute with number values

    booleanValue boolean

    Attribute with boolean value

  • ]

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...