learning_spaces
Include skill in space
Add a skill to a learning space.
post/learning_spaces/{id}/skills
Path parameters
idstring required
Learning space UUID
Request body
Example request
{
"skill_id": "skill-uuid"
}Response
Created
Add a skill to a learning space.
Learning space UUID
{
"skill_id": "skill-uuid"
}Created