This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true
to the request query parameters.
Unresolves objects from each other.
list<ObjectPrimaryKey>
The primary key of the constituent objects to unresolve. This list must contain only objects which are sub-objects of the resolved object. It must have at least one object, and may not contain the resolved object.
string
The primary key/unique identifier of an object, useful for interacting with Gotham APIs to load and mutate objects.
boolean
Represents a boolean value that restricts an endpoint to preview mode when set to true.
list<ObjectPrimaryKey>
The primary keys for each of the unresolved objects.
string
The primary key/unique identifier of an object, useful for interacting with Gotham APIs to load and mutate objects.
1
2
3
curl -X PUT \
-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/gotham/v1/objects/ri.gotham.111111-0.object-internal.111111/resolution/unresolve?unresolveObjectPrimaryKeys=ri.gotham.111111-0.object-internal.222222&preview=true"
1
2
3
4
[
"ri.gotham.111111-0.object-internal.111111",
"ri.gotham.111111-0.object-internal.222222"
]