Add concrete list of all bulk endpoints to API reference overview#1364
Merged
andy-knock merged 4 commits intomainfrom Mar 24, 2026
Merged
Add concrete list of all bulk endpoints to API reference overview#1364andy-knock merged 4 commits intomainfrom
andy-knock merged 4 commits intomainfrom
Conversation
- Added organized list of bulk endpoints grouped by category (Users, Objects, Tenants, Schedules, Messages) - Included links to each individual bulk endpoint documentation - Added brief descriptions for each endpoint This resolves KNO-12205 Co-authored-by: andy-knock <andy-knock@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk LOW: Adds a concrete, organized list of all available bulk endpoints to the API reference overview page.
Reasons
- Only a single existing
.mdxcontent file is modified (content/__api-reference/content.mdx) - Small, additive diff with 30 additions and 0 deletions — no content was rewritten or removed
- No component, layout, config, or dependency changes
- No new pages, sidebar changes, or image additions
- Author (
andy-knock) is a known repository contributor
Notes
- A reviewer may want to verify that all linked anchor fragments (e.g.,
#bulk-identify-users,#bulk-set-objects) resolve correctly on the rendered page, since broken anchors won't cause build failures - Confirm the descriptions accurately reflect each endpoint's behavior and limits (e.g., "up to 1,000 users")
Sent by Cursor Automation: Docs PR classifier
- Added organized list of bulk endpoints grouped by category (Users, Objects, Tenants, Schedules, Messages) - Included links to each individual bulk endpoint documentation - Added brief descriptions for each endpoint This resolves KNO-12205 Co-authored-by: andy-knock <andy-knock@users.noreply.github.com>
scotidodson
approved these changes
Mar 24, 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.


Summary
Adds concrete list of bulk operations on the bulk ops page
Testing