curl --request PATCH \
--url https://api.example.com/v4/meeting-type-template/{id} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"spots": 2,
"locations": [
"Office A",
"Conference Room B",
"Remote"
]
}
'User ID to act as when using API Key authentication (required with API Key)
Template ID
curl --request PATCH \
--url https://api.example.com/v4/meeting-type-template/{id} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"spots": 2,
"locations": [
"Office A",
"Conference Room B",
"Remote"
]
}
'