fix(influxdb3): mark disabled field as required for processing engine trigger

The API rejects requests without the disabled field, but the documentation
did not mark it as required. This updates both Core and Enterprise API specs
to correctly indicate that the disabled field is required for
POST /api/v3/configure/processing_engine_trigger.

closes #6611

https://claude.ai/code/session_01AAbf2TE2bQTpqgugthTSJF
claude/influxdb3-plugin-issues-RJAb9
Claude 2026-02-04 21:39:42 +00:00
parent 7f28155055
commit fafa9eee33
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -2379,6 +2379,7 @@ components:
description: Whether the trigger is disabled.
required:
- db
- disabled
- plugin_filename
- trigger_name
- trigger_settings

View File

@ -2567,6 +2567,7 @@ components:
description: Whether the trigger is disabled.
required:
- db
- disabled
- plugin_filename
- trigger_name
- trigger_settings