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