Draft Registrations
Subjects
Add subjects to a draft registration
Add one or more subjects to the draft registration by their identifiers. This modifies the subjects relationship and does not affect the subject resource itself.
post/draft_registrations/{draft_id}/relationships/subjects/
Path parameters
draft_idstring required
The unique identifier of the draft registration.
Request body
Example request
{
"data": [
{
"type": "subjects",
"id": "abc123"
}
]
}Response
Subjects added successfully.