Add Entities API docs (list-entities, get-entity, get-entity-relations) to v4 - #242
Merged
Conversation
Add the v4 Entities API endpoint pages with nav entry and redirects, and regenerate the OpenAPI/Swagger spec files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
flare-davidm
requested review from
aaparent,
aviau,
ihassanein,
ireydiak,
jenip13 and
xvaier
as code owners
July 31, 2026 16:22
Match the format used by the other v4 endpoint pages so the GET method tag highlights correctly in the UI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The nav pointed at api-reference/v4/endpoints/{list-entities,get-entity}
but the pages live under endpoints/public/, so Mintlify couldn't resolve
them and no method tag rendered in the sidebar.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
xvaier
approved these changes
Aug 14, 2026
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.
Following this RFC
Summary
Adds the v4 Entities API to the public docs:
list-entities,get-entity,get-entity-relationsTesting
make api-generate-pagesregenerates the endpoint pages cleanlymake run