Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

feat(backend): Add bulk create waitlist entries endpoint documentation#3039

Open
Jibaru wants to merge 7 commits intomainfrom
irueda/user-1055-add-bulk-create-waitlist-entries-via-bapi
Open

feat(backend): Add bulk create waitlist entries endpoint documentation#3039
Jibaru wants to merge 7 commits intomainfrom
irueda/user-1055-add-bulk-create-waitlist-entries-via-bapi

Conversation

@Jibaru
Copy link
Contributor

@Jibaru Jibaru commented Feb 4, 2026

What does this solve?

Adds comprehensive documentation for all the missing methods in the JS Backend SDK waitlist entries API. These methods are the following:

What changed?

  • Adds new documentation pages for all waitlist entries methods
  • Updates manifest.json to include new "Waitlist Entries" section in the backend SDK reference documentation
  • Document all the types associated with the methods
  • Adds a new WaitlistEntry backend type through Typedoc

Resources

Deadline

No rush.

Add comprehensive documentation for the createBulk() method in the
JavaScript Backend SDK waitlist entries API. This method enables bulk
creation of multiple waitlist entries in a single request.
@vercel
Copy link

vercel bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-docs Ready Ready Preview Feb 6, 2026 10:16pm

Request Review

@Jibaru Jibaru marked this pull request as ready for review February 4, 2026 19:08
@Jibaru Jibaru requested a review from a team as a code owner February 4, 2026 19:08
@SarahSoutoul SarahSoutoul self-assigned this Feb 4, 2026
@SarahSoutoul
Copy link
Contributor

SarahSoutoul commented Feb 5, 2026

@Jibaru thanks for the additions! A few things from me:

  • We need to document the WaitlistEntry type, which is usually done via a Typedoc output, so requires changes in the javascript repo. Have made a PR for this if you wanted to take a look for next time and to review as well.
  • I can see there are other methods for the WaitlistEntries API endpoint - so wondering if you wanted to add them as part of this PR?
  • Pushed a docs review with some changes, including using the Typedoc output. This will fail for the moment due to that Typedoc output not existing but once the JS PR is merged, we should be good.

Copy link
Contributor Author

@Jibaru Jibaru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jibaru thanks for the additions! A few things from me:

  • We need to document the WaitlistEntry type, which is usually done via a Typedoc output, so requires changes in the javascript repo. Have made a PR for this if you wanted to take a look for next time and to review as well.
  • I can see there are other methods for the WaitlistEntries API endpoint - so wondering if you wanted to add them as part of this PR?
  • Pushed a docs review with some changes, including using the Typedoc output. This will fail for the moment due to that Typedoc output not existing but once the JS PR is merged, we should be good.

looks good!

@SarahSoutoul
Copy link
Contributor

@Jibaru have now merged the Typedoc PR: #3046. So the build is now passing. I will be reviewing this once more today and should be good to go by EOD.

@SarahSoutoul
Copy link
Contributor

@alexisintech just giving you some context on this after assigning you as a reviewer. Initially, @Jibaru created this PR to add the createBulk() method for waitlist entries API, but after working with him, we realized all the methods were missing, so I added the additional methods in the later commits as you can see in the PR. I'll review everything, but will be good to get a second paid of eyes on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants