Skip to main content

Update entity in FeatureHasFeatureProperties

PATCH 

/FeatureHasFeatureProperties(:id)

Update entity in FeatureHasFeatureProperties

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    key: id of FeatureHasFeatureProperty

Body

required

New property values

    featurePropertyId uuid
    featureId uuid
    value decimal
    textValue string
    associatedFeatureId uuid
    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    feature
    organization

Responses

Success

Loading...