Skip to main content
PUT
Update event

Authorizations

Authorization
string
header
required

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

Path Parameters

eventId
string
required

ID of the event

Body

application/json
title
string
Required string length: 1 - 60
description
string
Required string length: 1 - 1000
type
enum<string>
Available options:
virtual,
in_person
streamType
enum<string>

Livestream type for virtual events

Available options:
directStreaming,
coHosts
startTime
string<date-time>
endTime
string<date-time>
location
string
Maximum string length: 200
externalUrl
string

Pass an empty string to clear it

coverImageFileId
string

Pass an empty string to clear it

tags
string[]
Maximum array length: 10
Maximum string length: 100
status
enum<string>
Available options:
cancelled
metadata
object

Response

Event updated successfully

events
object[]
users
object[]
files
object[]
communities
object[]
posts
object[]
rooms
object[]