v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBContent - Live Events
Update a Specific Live Event
This endpoint updates a live event for a specific course or event.<br><br><h3>Required Scope</h3>content:write
patch/api/v2/content/{id}/relationships/sessions/{session-id}
Path parameters
idstring required
The ID of the course or event to retrieve live events for.
session-idstring required
The ID of the live event.
Request body
Response
Success
Example response
{
"data": [
{
"attributes": {
"content-type": "Event"
}
}
]
}