Update entity in LinkedFeatureModels
PATCH/LinkedFeatureModels(:id)
Update entity in LinkedFeatureModels
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 LinkedFeatureModel
- application/json
Body
required
New property values
parentNodeId uuid
featureModelId uuid
allowCardinality boolean
allowMultiplier boolean
defaultCardinality int32
Possible values: >= -2147483648
and <= 2147483647
defaultCardinalityExpressionId uuid
combineInView boolean
id uuid
createdDate date-time
updatedDate date-time
organizationId uuid
reference string
creatorId uuid
customField1 string
customField2 string
customField3 string
customField4 string
customField5 string
organization
Responses
- 204
- default
Success
error
- */*
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...