v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Bundle

Add Resources to a Bundle

This endpoint adds resources to an existing bundle. On a successful add, it returns a 201 Created response. <h3>Required Scope</h3>bundles:write

post/api/v2/bundles/{id}/relationships/resources

Path parameters

idstring required

The ID of the bundle to update.

Request body

Example request

{
  "data": [
    {
      "type": "pathways"
    }
  ]
}

Response

Success