Update object properties in hierarchy
PATCH {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/objects/actions/bulk/update?overlayid=<string>&lcid=<string>
Sample request:
{
"Selection":{
"StartObject": {
"UID": "string"
}
},
"Update":{
"Lock": false
}
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
overlayid | string | Overlay ID | |
lcid | string | Project language ID |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Comos-API-Session | string | (Required) Comos SessionId that needs to be passed with every request except Login | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}