latestSwagger 2.0Apache 2.02026-08-2034903.0 MB

3c5164c707eb

Draft Registrations
Institutions

Add affiliated institutions to a draft registration

Add one or more institutions to a draft registration by their identifiers. The user must be affiliated with the institutions they are attempting to add.

post/draft_registrations/{draft_id}/relationships/institutions/

Path parameters

draft_idstring required

The unique identifier of the draft registration.

Request body

Example request

{
  "data": [
    {
      "type": "institutions",
      "id": "inst123"
    }
  ]
}

Response

Institutions added successfully.