-
Notifications
You must be signed in to change notification settings - Fork 7
HTTP API: Schema endpoint #736
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
base: main
Are you sure you want to change the base?
Conversation
Deploy Preview Available Via |
- Schema | ||
``` | ||
|
||
**Examples** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see existing content how to use ```curl
blocks for generated examples. You basically need to write an arangosh script that generates some minimal data and then use special functions for outputting request to be displayed in the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added curl
blocks for all 4 endpoints, but how can I verify the commands would be compiled correctly? And, should I add more examples? Or, are the examples too specific?
* reworked graphml documentation * fix merge related errors * Apply suggestions from code review Co-authored-by: Simran <[email protected]> * review * minor changes * review --------- Co-authored-by: Simran <[email protected]>
#737) * Fix API call recording OpenAPI description and release notes * Apply to 3.13 * Upper-case requestType in responses
* Update for UI changes * Add Canvas Actions * Fix links * fix typo --------- Co-authored-by: Paula Mihu <[email protected]>
Description
Add a docs-hugo for new schema endpoints:
/schema
,/schema/graph/{graph-name}
,/schema/view/{view-name}
,/schema/collection/{collection-name}
.Includes query parameters (
sampleNum
,exampleNum
) and examples of http requests and responses.Upstream PRs