Objects
Replace trusted objects
Replace the full list of trusted object IDs. The body is a JSON array of object IDs; the previous list is replaced entirely. An empty array clears the trust list. The list may not contain the object's own ID or references to non-existent objects.
put/v1/objects/{object-id}/trusted-objects
Path parameters
object-idinteger required
Request body
integer[] required
Object IDs of trusted objects.
Response
Trusted objects replaced; full updated object returned.