-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Add examples to API endpoints #2482
Comments
In case it's useful to other folks wanting a small (temporary) preview document, https://docs.bump.sh/guides/openapi/augmenting-generated-openapi/ mentions https://github.com/Mermade/openapi-filter/, and I was able to use it to strip out smaller subsets of the document. For example, to pull out only the operations that have the tag "transform.put_transform"):
|
Related PR that simplifies the folder structure: #2779 |
Description
Add examples to the API endpoints.
indices
), you can expand the list granularly by adding the endpoints related to the namespace you work on in case it helps track the effort (for example, if you don't cover the whole namespace in one PR).NOTE: Until there's an automated method for associating examples with endpoints, we're accomplishing it via overlays. Reach out to @lcawl if assistance is required.
API namespace inventory:
The text was updated successfully, but these errors were encountered: