Skip to main content
PATCH
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")

Body

application/json
title
string
description
string | null
start_time
string<date-time>
end_time
string<date-time>
location_type
enum<string>
Available options:
zoom,
google_meet,
custom_link,
physical_address
location_details
string
allow_rsvp
boolean | null
capacity
integer | null
repeat_frequency
enum<string>
Available options:
never,
day,
week,
month,
year

Response

Event session updated

id
string
required
object
string
required
title
string
required
description
string | null
required
start_time
string<date-time>
required
end_time
string<date-time>
required
location_type
enum<string>
required
Available options:
zoom,
google_meet,
custom_link,
physical_address
location_details
string
required
allow_rsvp
boolean | null
required
capacity
integer | null
required
repeat_frequency
enum<string>
required
Available options:
never,
day,
week,
month,
year