Objects
Bind child object to parent
Bind the object identified by child-id to the object identified by object-id as a parent. When the parent is a template the template is applied to the child. Requires modify access to both the parent and the child object.
put/v1/objects/{object-id}/children/{child-id}
Path parameters
object-idinteger required
Parent object ID
child-idinteger required
Child object ID
Query parameters
forceboolean
When true, override a template exclusion group conflict by removing the conflicting template first.
Response
Child object bound successfully. Returns full details of the child object.