Skip to main content
PUT
Event Update

Authorizations

Authorization
string
header
required

A JWT Access Token obtained from Google Cloud.

Body

application/json

The request body must include the event ID or reference ID, and the fields to update.

name
string

Name of the event. e.g. "Ultra Music Festival"

Required string length: 1 - 255
description
string

Description of the event. e.g. "The best music festival in the world"

start_date
integer | null

Timestamp as Unix timestamp in seconds

end_date
integer | null

Timestamp as Unix timestamp in seconds

Response

Created.

id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
name
string
required
start_date
integer
required
end_date
integer
required
location
string
required
address
string
required
project_id
string<uuid>
required
reference_id
string | null

An optional ID of the reference object in your database. This can be used to query events by reference object.

description
string | null