PATCH
/
{version}
/
events
/
{event}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

version
enum<string>
default:
v2
required

The API version to use.

Available options:
v1,
v2
event
integer
required

Query Parameters

include
enum<string>
Available options:
attachments,
author,
author.*,
calendar,
calendar.*,
comments,
comments.*,
image,
schedule,
tags

Body

application/json
all_day
boolean
default:
false
required
author_id
integer
required
calendar_id
integer
required
ends
string | null
required
name
string
required
notifications_enabled
boolean
default:
true
required
registration_enabled
boolean
default:
true
required
repeats
boolean
default:
false
required
starts
string
required
content
string | null

Supports HTML.

description
string | null

Supports HTML.

location
string | null
notifications_channels
enum<string>[] | null
Available options:
broadcast,
database,
discord_private,
discord_public,
mail,
sms
notifications_interval
enum<string>[] | null
Available options:
pt0m,
pt15m,
pt1h,
p1d,
p1w
registration_deadline
string | null
url
string | null

Response

200 - application/json
data
object