Skip to content

Endpoint

  • Method: POST
  • Path: /calendars/{id}/events/{event_id}/integrations/{integration_id}
  • Edition: Core
  • Controller: CalendarIntegrationController@update
  • Route source: fluent-booking/app/Http/Routes/api.php:127

Update

POST
/calendars/{id}/events/{event_id}/integrations/{integration_id}

Handler: CalendarIntegrationController@update. Source: fluent-booking/app/Http/Routes/api.php:127.

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Id path parameter.

Type
string
Required
event_id*

Event Id path parameter.

Type
string
Required
integration_id*

Integration Id path parameter.

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

Successful response.

application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI