v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBContent
Replace Skills in Content
This endpoint replaces all skills in existing content with the newly supplied skills. On a successful add, it returns a 201 Created response.<h3>Required Scope</h3>content:write
patch/api/v2/content/{contentId}/relationships/skills
Path parameters
contentIdstring required
The ID of the content to add replace skills in.
Request body
Example request
{
"data": [
{
"type": "skills"
}
]
}Response
Success
Example response
{
"links": {
"self": "https://api.betatest.degreed.com/api/v2/content/zrZWkBm/skills"
},
"data": [
{
"type": "skills",
"id": "kyj",
"meta": {
"skill-proficiency": 2
}
}
]
}