v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Bundle

Replace Resources in a Bundle

This endpoint replaces all resources in an existing bundle with the newly supplied resources. On a successful add, it returns a 201 Created response. <h3>Required Scope</h3>bundles:write

patch/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