v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBRequiredLearning
Update a Specific Required Learning
This endpoint updates supplied fields for a specific required learning. <h3>Required Scope</h3>required_learning:write
patch/api/v2/required-learning/{id}
Path parameters
idstring required
The ID of the required learning item to update.
Request body
Response
Success
Example response
{
"data": {
"relationships": [
{
"content": {
"data": {
"type": "content"
}
},
"provider": {
"data": {
"type": "providers"
}
},
"required-learning-collection": {
"data": {
"type": "required-learning-collection"
}
},
"assigner": {
"data": {
"type": "users"
}
}
}
]
}
}