Skip to main content
PATCH
PATCH /api/v1/event
Updates the configuration and settings of an existing Scootaverse event.

Authorizations

X-API-Key
string
header
required

Body

application/json
socialEventId
string<uuid>
name
string
description
string
eventColor
string
registrationStatus
enum<string>
Available options:
NOT_CREATED,
LIVE,
PAUSED,
CLOSED
validateParticipants
boolean
startDateTime
string<date-time>
endDateTime
string<date-time>
socialRoomSetId
string<uuid>
logoImageId
string<uuid>
logoImageURI
string
user
object

Response

200 - application/json

OK

socialEventId
string<uuid>
name
string
description
string
eventColor
string
registrationStatus
enum<string>
Available options:
NOT_CREATED,
LIVE,
PAUSED,
CLOSED
validateParticipants
boolean
startDateTime
string<date-time>
endDateTime
string<date-time>
socialRoomSetId
string<uuid>
logoImageId
string<uuid>
logoImageURI
string
user
object