Set Parent Order

Set the ordering of parent1 and parent2 in a child and parents relationship by explicitly designating which existing parent should be parent1 and which should be parent2.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the child-and-parents relationship whose parent ordering is to be set. To find child-and-parents relationship IDs, see Read Families.

Body Params
childAndParentsRelationships
array of objects
required
length between 1 and 1

Array containing exactly one child-and-parents relationship with the desired parent ordering. See ChildAndParentsRelationship Schema (JSON)

childAndParentsRelationships*
parent1
object
required

The first parent (will become parent1 in the relationship).

parent2
object
required

The second parent (will become parent2 in the relationship).

Headers
string

The reason for the parent ordering.

Responses
204

The setting of parent order was successful.

400

The id is invalid, the given parents are not currently in the relationship, or the parents are currently in traditional order.

403

The relationship is restricted.

404

The requested relationship is not found.

410

The requested relationship has been deleted or merged.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!