docs(data-loaders): document optional index_name on /load_spotfire_docs#2
Open
aberridg wants to merge 1 commit into
Open
docs(data-loaders): document optional index_name on /load_spotfire_docs#2aberridg wants to merge 1 commit into
aberridg wants to merge 1 commit into
Conversation
The /load_spotfire_docs endpoint now accepts an optional index_name request field (default spotfiredocs, backward compatible), so operators can load the bundled Spotfire documentation into a custom collection. Adds a request-body parameter table and a custom-index example, and clarifies that each bundled document is loaded once. Relates to backend fix for customer case 2565815.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new optional
index_namerequest field on the Data Loader/load_spotfire_docsendpoint (defaultspotfiredocs, backward compatible), so operators can load the bundled Spotfire documentation into a custom collection.Changes
/load_spotfire_docs(create_index,index_name).curlexample.Context
Pairs with the backend fix for customer case 2565815 (spotfirefield/copilot-backend-services PR #347), which removed a duplicate load of the Analyst User Manual folder and added the configurable
index_name.Follows the community-docs authoring rules (no TOC, no intra-doc anchors, no internal repo links).