v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBOrganization Skills
Add Skill Review Groups to a Skill
This endpoint adds Skill Review groups to a skill in the current organization. When you add Skill Review groups to a skill, the Skill Review-enabled skill will only be visible to the specified groups.<h3>Required Scope</h3>skill:write
post/api/v2/organization-skills/{id}/relationships/skill-review-groups
Path parameters
idstring required
The ID of the skill to retrieve.
Request body
Example request
{
"data": [
{
"type": "skill-review-groups"
}
]
}Response
Success