Skip to main content

Create a new event

Create a new event

Request Body REQUIRED
data object REQUIRED
title Title REQUIRED

Possible values: 3 ≤ length ≤ 100

Event title

event_type EventType REQUIRED

Possible values: [in-person, online]

event_status EventStatus REQUIRED

Possible values: [upcoming, ready, live, paused, completed]

utc_start_dt date-time REQUIRED

Event start date and time in UTC

duration duration REQUIRED

Event duration

description Description

Optional event description

Responses
200

Successful Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

data object
event_id uuid

Event ID

title Title

Event title

event_type EventType

Possible values: [in-person, online]

event_status EventStatus

Possible values: [upcoming, ready, live, paused, completed]

utc_start_dt date-time

Event start date and time in UTC

duration duration

Event duration

description Description OPTIONAL

Event description

utc_created_at date-time

Event creation time in UTC

utc_updated_at date-time

Event last update time in UTC

default

Default Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

errors object[]

List of errors

type uri

Possible values: 1 ≤ length ≤ 2083

A string containing a URI reference that identifies the problem type.

status Status

Possible values: 399 < value < 600

A number indicating the HTTP status code.

title Title

Possible values: 5 ≤ length

A string containing a short, human-readable summary of the problem type.

detail Detail

Possible values: 5 ≤ length

A string containing a human-readable explanation specific to this occurrence of the problem.

instance Instance

Possible values: 1 ≤ length

A string containing a URI reference that identifies the specific occurrence of the problem.

error_code Error Code

A Number that indicates the error type that occurred.