v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Organization Skills

Create A Skill Association

This endpoint creates an association between skills for the current organization. <h3>Required Scope</h3>skill:write

post/api/v2/organization-skills/{id}/relationships/associated-skills

Path parameters

idstring required

The ID of the skill to retrieve.

Request body

Example request

{
  "data": [
    {
      "type": "organization-skills"
    }
  ]
}

Response

Success