Endpoint
Request Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <your-api-key> |
x-meetergo-api-user-id | Yes | UUID of the user who owns the meeting type |
Content-Type | Yes | application/json |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingTypeId | string | Yes | UUID of the meeting type to update |
Request Body
All fields are optional. Only include the fields you want to update.| Field | Type | Description |
|---|---|---|
name | string | Display name for the meeting type |
duration | number | Meeting duration in minutes |
description | string | Description shown on the booking page |