-
Notifications
You must be signed in to change notification settings - Fork 8
Add new endpoint /_api/key-generators
#420
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
Conversation
|
Deploy Preview Available Via |
|
/generate |
site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md
Outdated
Show resolved
Hide resolved
site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Simran <[email protected]>
|
/commit |
| - `autoincrement` | ||
| - `traditional` | ||
| responses: | ||
| '200': |
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.
@Simran-B I applied your suggestion but the output is not right, see https://deploy-preview-420--docs-hugo.netlify.app/devel/develop/http-api/collections/#get-the-available-key-generators_res_200
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.
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.
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.
Looks great!
…-key-generators
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: CircleCI Job.
|
|
/generate |
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: CircleCI Job.
|
| content: | ||
| application/json: | ||
| schema: | ||
| type: array |
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.
This is actually incorrect (my bad), it's an object at the top-level, and an array under the keyGenerators property. The toolchain basically doesn't seem to support arrays, which is a problem here but also for a few other endpoints (and more in the future if we move from full-text to structural descriptions)
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: CircleCI Job.
|
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: CircleCI Job.
|
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: CircleCI Job.
|
| - `autoincrement` | ||
| - `traditional` | ||
| responses: | ||
| '200': |
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.



Description
See arangodb/arangodb#20374
Upstream PRs