v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Nodes

Add relationships between a Node and Institutions

Add new affiliated institutions to the node, while keeping the existing ones intact.

Permissions

  • The authenticated user must have admin permissions on the node.

Request Body

  • A data array containing additional institution resource identifier objects to be added.

Returns

  • The updated list of affiliated institutions for the node.
post/nodes/{node_id}/relationships/institutions/

Path parameters

node_idstring required

The unique identifier of the node.

Request body

Example request

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

Response

Successfully added affiliated institutions to the node.