v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Live Events

Create a Live Event

This endpoint creates a live event for a specific course or event. Live events can only be created for courses or event content types.<br><br><h3>Required Scope</h3>content:write

post/api/v2/content/{id}/relationships/sessions

Path parameters

idstring required

The ID of the course or event you are creating a live event for.

Request body

Response

Success

Example response

{
  "data": [
    {
      "attributes": {
        "content-type": "Event"
      }
    }
  ]
}