Skip to content

feat(influxdb3): update scripts to reference renamed API spec files#6907

Draft
Copilot wants to merge 2 commits intofeat/v3.8-api-specsfrom
copilot/sub-pr-6906
Draft

feat(influxdb3): update scripts to reference renamed API spec files#6907
Copilot wants to merge 2 commits intofeat/v3.8-api-specsfrom
copilot/sub-pr-6906

Conversation

Copy link
Contributor

Copilot AI commented Mar 8, 2026

After renaming the InfluxDB 3 v3 spec entrypoints from ref.yml to product-specific filenames, two scripts still referenced the old paths and would fail.

Changes

  • api-docs/getswagger.shupdateCoreV3 and updateEnterpriseV3 now write to the correct filenames:

    • influxdb3/core/v3/ref.ymlinfluxdb3/core/v3/influxdb3-core-openapi.yaml
    • influxdb3/enterprise/v3/ref.ymlinfluxdb3/enterprise/v3/influxdb3-enterprise-openapi.yaml
  • scripts/docs-cli/lib/api-doc-scanner.jsgetOpenAPISpecPaths() updated to resolve the same renamed files; stale JSDoc comment updated to match.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update scripts to use new file names based on feedback feat(influxdb3): update scripts to reference renamed API spec files Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants