-
Notifications
You must be signed in to change notification settings - Fork 471
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
RS API users endpoints first draft #1533
Merged
Merged
Conversation
This file contains 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
…_mappings, license, and logs
kaitlynmichael
approved these changes
Sep 29, 2021
rrelledge
added a commit
that referenced
this pull request
Nov 29, 2021
* Tpyo fix * Creating placeholder (#1503) * Prototype versions * RS API users endpoints first draft (#1533) * First draft of RS REST API users endpoints * Fixing some RS endpoints typos * Some updates to RS API users pages * Added logic to mini-toc to handle custom anchors in RS REST API request pages * Updated RS REST API users requests * Added RS REST API request pages for suffix, suffixes, and shards stats * Added RS REST API request pages for roles and redis_acls * Added RS REST API request pages for endpoints stats, jsonschema, ldap_mappings, license, and logs * Added RS REST API bootstrap request pages * Added RS REST API request pages for nodes and modules * Added RS REST API pages for cluster and debuginfo requests * Added more RS REST API pages for cluster and debuginfo requests * Added RS REST API pages for some bdbs requests * Added a missing RS REST API bdbs request page * Added some RS REST API pages for bdbs actions requests * Fixed typos in RS REST API users page * Added some more RS REST API pages for bdbs requests * Updated RS REST API crdt_sources-alerts page title * Added more RS REST API pages for bdbs requests * Added some RS REST API object pages * Added more RS REST API object pages * Added weights to organize RS REST API landing pages * Added remaining RS REST API object pages and statistics pages * Added aliases for the name change from RS REST API endpoints to requests * Added RS REST API permissions page and links * Cleaned up the RS REST API landing page * Updated RS REST API objects landing page and descriptions, removed duplicated rsyslog page, updated permissions intro * Added RS REST API CRDB requests and objects * Updated RS REST API pages to include links to objects * Jira DOC-944: RS REST API - entry page cleanup (#1621) * Initial clean-up on entry page. * Adding links to permission names. * Sort permissions and add more links. * More tweaks. * Fixed RS REST API permission role anchors to prevent the website header from obscuring them * Update content/rs/references/rest-api/_index.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> * Update content/rs/references/rest-api/_index.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Co-authored-by: Rachel Elledge <rachel.elledge@redislabs.com> Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> * Edited RS maintenance mode article (#1647) * Editorial feedback * Sorted RS REST API object tables - part 1 * Sorted RS REST API object tables - part 2 * RS REST API formatting and capitalization edits * Removed references to old name in RS REST API * Removed DB command object from RS REST API pages * Removed debuginfo and bdbs recover request pages from the RS REST API * Added missing RS REST API object links and a few copy edits Co-authored-by: Lance Leonard <lanceleonard@users.noreply.github.com>
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.
First draft to import RS REST API users endpoints.
Staged /users page
Staged /users/password page
Also created placeholder pages for /users/authorize and /users/refresh_jwt.