v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBPathway
Add Resources to a Subsection in a Pathway
This endpoint adds resources to a subsection of an existing Pathway. The resources will append to the end of the existing sequence in the order they appear in the array. All new resources added will default to Required. If all resources are successfully added to the section, a 200 OK response is returned. Any resources that could not be added will be identified in the response. <br><br><h3>Required Scope</h3>pathways:write.
post/api/v2/pathways/{id}/sections/{section-id}/lessons/{lesson-id}/relationships/resources
Path parameters
idstring required
The ID of the pathway.
section-idstring required
The ID of the section.
lesson-idstring required
The ID of the subsection (also known as lesson).
Request body
Response
Success