Update object properties in hierarchy

PATCH {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/objects/actions/bulk/update?overlayid=<string>&lcid=<string>

Input parameters for updating COMOS object

        Sample request: 
        {
           "Selection":{ 
              "StartObject": {                            
                    "UID": "string"
               }
            },
            "Update":{ 
               "Lock": false
            }
        }

Request Params

KeyDatatypeRequiredDescription
overlayidstringOverlay ID
lcidstringProject language ID

HEADERS

KeyDatatypeRequiredDescription
Comos-API-Sessionstring(Required) Comos SessionId that needs to be passed with every request except Login
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}