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
Changes
No recorded changes to this endpoint across all 1 revision of this API.