Update Integration Spam Filter
PATCH/api/messaging/integrations/:integration_id/spam-filter
Partial update of integrations.configuration.spam_filter.
Validates the threshold range (0.0 – 10.0) and the whitelist entry shape
via pydantic, merges the requested fields into the existing JSONB blob,
and persists via IntegrationCrudService.update_integration. Unsupplied
keys are preserved.
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error