SkillPlan
Add Collaborators to a Skill Plan
This endpoint adds collaborators to an existing skill plan. On a successful add, it returns a 201 Created response with no body. <br><br>Note: This endpoint accepts up to 100 collaborators. <h3>Required Scope</h3>skill_plans:write
post/api/v2/skill-plans/{id}/relationships/collaborators
Path parameters
idstring required
The ID of the skill plan to update.
Request body
Example request
{
"data": [
{
"type": "collaborators"
}
]
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.