Skip to main content
PATCH
Update 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
name
string
required
calendar_id
integer
required
all_day
boolean
default:false
required
starts
string<date-time>
required
ends
string<date-time> | null
required
repeats
boolean
default:false
required
registration_enabled
boolean
default:true
required
notifications_enabled
boolean
default:true
required
description
string | null

Supports HTML.

content
string | null

Supports HTML.

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

Response

OK

data
EventResource · object