curl --request PATCH \
--url https://api.example.com/availability/{id} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"name": "<string>",
"timezone": "<string>",
"useExplicitAvailability": true,
"explicitAvailabilityEventTitle": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
User ID to act as when using API Key authentication (required with API Key)
curl --request PATCH \
--url https://api.example.com/availability/{id} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"name": "<string>",
"timezone": "<string>",
"useExplicitAvailability": true,
"explicitAvailabilityEventTitle": "<string>"
}
'