Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 845 Bytes

File metadata and controls

31 lines (19 loc) · 845 Bytes

UpdateDiscordScheduledEventRequest

Properties

Name Type Description Notes
accountId String
name String [optional]
description String [optional]
startsAt OffsetDateTime [optional]
endsAt OffsetDateTime [optional]
location String For external events. [optional]
status StatusEnum Status transition. Most common: 'cancelled' to cancel an event. [optional]
imageDataUri String [optional]

Enum: StatusEnum

Name Value
SCHEDULED "scheduled"
ACTIVE "active"
COMPLETED "completed"
CANCELLED "cancelled"