v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBSkillPlan
Add Followers to a Skill Plan
This endpoint adds followers 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 followers. <h3>Required Scope</h3>skill_plans:write
post/api/v2/skill-plans/{id}/relationships/followers
Path parameters
idstring required
The ID of the skill plan to update.
Request body
Example request
{
"data": [
{
"type": "followers"
}
]
}Response
Success