Add Resources to a Section in a Skill Plan

This endpoint adds resources to a section of an existing Skill Plan. The resources will append to the end of the existing sequence in the order they appear in the array. 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.

Required Scope

skill_plans:write.

Path Params
string
required

The ID of the plan.

string
required

The ID of the section.

Body Params
data
array of objects
data
Response
200

Success

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!