PUT /api/v2/meetings/{scheduled_conference_id}
Updates a Dialpad meeting.
Requires scope: conference:all
Rate limit: 1200 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
scheduled_conference_id |
Integer | Yes |
The meeting room's ID. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
start_datetime |
Integer | Yes |
The meeting's start time (UTC seconds-since-epoch timestamp). |
recurrence |
Null | No |
How often the meeting should be repeated. |
call_out |
Boolean | No |
Whether or not the meeting should call the participants. |
title |
String | Yes |
The meeting's title. |
instance_id |
Null | No |
The ID of the scheduled conference instance. |
duration |
Integer | No |
Duration of the meeting in seconds. |
end_datetime |
Integer | Yes |
The meeting's end time (UTC seconds-since-epoch timestamp). |
user_id |
Integer | Yes |
The Dialpad user's id. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.