{ "opencollection": "1.0.0", "info": { "name": "LeanData BookIt ποΈ Availability ποΈ Availability π Meetings > Manage API", "version": "1.0.0" }, "items": [ { "info": { "name": "π Meetings > Manage", "type": "folder" }, "items": [ { "info": { "name": "v1/meeting/:meetingId", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.leandata.com/v1/meeting/:meetingId", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
This endpoint is used to reschedule an existing meeting by providing a new start and end time.
\nπ‘ The :meetingId path parameter should be replaced with the unique ID of the meeting you want to update.
scheduledTime (required) β An object that defines the selected meeting time.
start_time (required) β A number repre"
},
{
"info": {
"name": "v1/meeting/:meetingId",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.leandata.com/v1/meeting/:meetingId"
},
"docs": "
This endpoint cancels a previously scheduled meeting. It requires only the meeting ID in the URL pathβno request body is needed.
\nA successful cancellation returns a 200 OK status. There is no response body.