Skip to main content
PATCH
Update a meeting type template

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Path Parameters

id
string
required

Template ID

Body

application/json
meetingInfo
object

Meeting information

meetingOptions
object

Meeting options

spots
number

Number of available spots

Required range: x >= 1
locations
string[]

Available locations

Example:
templateType
enum<string>

Template type: individual (assigned to users) or team (assigned to workspaces)

Available options:
individual,
team
queueType
enum<string>

Queue type for team templates

Available options:
simpleRoundRobin,
advancedRoundRobin,
equalDistribution
lockedFields
string[]

Field keys that assigned users cannot modify on their meeting types.

Response

200 - undefined