curl --request PUT \
--url https://api.sakari.io/v1/accounts/{accountId}/meetings/{meetingId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"calendar": {
"connection": {
"id": "<string>",
"connectedAt": "2023-11-07T05:31:56Z",
"user": {
"id": "<string>",
"email": "<string>"
}
}
},
"hosts": [
{
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"attendees": [
{
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"cancelled": true,
"notes": "<string>",
"conferencing": {
"provider": "<string>",
"joinUrl": "<string>"
}
}
'{
"success": true,
"data": {
"id": "<string>",
"name": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"calendar": {
"connection": {
"id": "<string>",
"connectedAt": "2023-11-07T05:31:56Z",
"user": {
"id": "<string>",
"email": "<string>"
}
}
},
"hosts": [
{
"id": "<string>",
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"attendees": [
{
"id": "<string>",
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"cancelled": true,
"notes": "<string>",
"conferencing": {
"provider": "<string>",
"joinUrl": "<string>"
}
}
}curl --request PUT \
--url https://api.sakari.io/v1/accounts/{accountId}/meetings/{meetingId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"calendar": {
"connection": {
"id": "<string>",
"connectedAt": "2023-11-07T05:31:56Z",
"user": {
"id": "<string>",
"email": "<string>"
}
}
},
"hosts": [
{
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"attendees": [
{
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"cancelled": true,
"notes": "<string>",
"conferencing": {
"provider": "<string>",
"joinUrl": "<string>"
}
}
'{
"success": true,
"data": {
"id": "<string>",
"name": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"calendar": {
"connection": {
"id": "<string>",
"connectedAt": "2023-11-07T05:31:56Z",
"user": {
"id": "<string>",
"email": "<string>"
}
}
},
"hosts": [
{
"id": "<string>",
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"attendees": [
{
"id": "<string>",
"email": "[email protected]",
"firstName": "Chris",
"lastName": "Bloggs",
"mobile": {
"country": "<string>",
"number": "123-456-7890",
"verified": "2023-11-07T05:31:56Z",
"valid": true,
"lineType": "mobile"
}
}
],
"cancelled": true,
"notes": "<string>",
"conferencing": {
"provider": "<string>",
"joinUrl": "<string>"
}
}
}The access token received from the authorization server in the OAuth 2.0 flow.
Account to apply operations to
The ID of the meeting to fetch