Skip to main content
Using our API via a dedicated deployment? Just replace api.langdock.com with your deployment’s base URL: <deployment-url>/api/public
Updates an existing action in an integration. This replaces the action configuration with the provided values.

Required Scopes

This endpoint requires the INTEGRATION_API scope.

Path Parameters

Request Body

See Create Action for the full input field schema.
When you update an action, input fields are replaced with the values you send. If an input field omits jsonSchema, the existing JSON Schema on that field (matched by slug) is preserved. To remove a JSON Schema, send jsonSchema: null explicitly.

Example

Response Format

Success Response (200 OK)

Error Handling

Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.