docs-v2/test
Jason Stirnaman 1db8550462 fix(influxdb3): Update API reference and fix processing engine documentation for 3.2 release
Resolves issue #6161 with InfluxDB 3.2 API reference updates.

## API Reference Updates
- Add `hard_delete_at` parameter to database and table deletion endpoints for scheduled hard deletion
- Add update database and update table endpoints with retention period configuration
- Add license endpoint response schema
- Fix request trigger specification format from `path:` to `request:` in Core API
- Fix OpenAPI schema validation error in Enterprise API by removing conflicting type declaration

## Processing Engine Documentation Fixes
- Standardize terminology across documentation:
  - "Data write" (not "WAL flush" or "On WAL flush")
  - "Scheduled" (not "On Schedule")
  - "HTTP request" (not "On Request")
- Fix placeholder inconsistencies: use REQUEST_PATH instead of ENDPOINT_PATH
- Add Enterprise-specific warnings about request trigger format differences
- Update trigger specification format in Enterprise API to use JSON object format
- Add proper table of contents with consistent structure
- Improve distributed cluster configuration documentation

## Enterprise Request Trigger Bug Documentation
Due to a bug in InfluxDB 3 Enterprise, the request trigger specification format differs between CLI and API:
- CLI: `request:<REQUEST_PATH>` (same as Core CLI and API)
- Enterprise API: `{"request_path": {"path": "<REQUEST_PATH>"}}`

This difference is now properly documented with warnings in all relevant sections.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-30 13:33:52 -05:00
..
influxdb3 fix(influxdb3): Update API reference and fix processing engine documentation for 3.2 release 2025-06-30 13:33:52 -05:00
influxdb3-plugins chore(mono): /api/v3 processing engine request parameters: 2025-06-06 17:16:20 -05:00
pytest chore(pytest): Bump min version to restore the 'NotNone' warning (see https://github.com/pytest-dev/pytest/issues/13477) 2025-06-23 16:27:25 -05:00
scripts fix(cloudv2): Doesn't support environment references in templates 2025-03-14 18:11:16 -05:00
.dockerignore chore(ci): Improve CI lint and test runners 2024-06-21 18:41:07 -05:00
.gitignore chore(ci): Improve pre-commit hook, test harness, and linter 2024-07-23 15:08:28 -05:00
Dockerfile.test-oss.centos test(v2): Update and fix Ubuntu and Centos Dockerfiles for testing v2 and telegraf installation 2024-12-03 14:51:11 -06:00
Dockerfile.test-oss.ubuntu test(v2): Update and fix Ubuntu and Centos Dockerfiles for testing v2 and telegraf installation 2024-12-03 14:51:11 -06:00
env.test.example fix(ci): Lefthook config typo. Update management token variable name in env.test.example 2024-07-23 15:34:42 -05:00