Skip to content

Add groups API endpoints to OpenAPI spec#3657

Draft
devkiran wants to merge 7 commits intomainfrom
add-groups-openapi-spec
Draft

Add groups API endpoints to OpenAPI spec#3657
devkiran wants to merge 7 commits intomainfrom
add-groups-openapi-spec

Conversation

@devkiran
Copy link
Copy Markdown
Collaborator

Changes

Add OpenAPI specification for groups API endpoints:

  • create-group.ts: POST /groups endpoint to create a new group
  • get-group.ts: GET /groups/{groupId} endpoint to retrieve a specific group by ID or slug
  • list-groups.ts: GET /groups endpoint to list all groups with query parameters
  • index.ts: Export groups paths configuration
  • openapi/index.ts: Register groups paths in main OpenAPI document

All endpoints require token authentication and include proper error response definitions.

Add OpenAPI definitions for POST /groups, GET /groups, and
GET /groups/{groupId} so they are discoverable by external
API consumers and included in SDK generation.
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 27, 2026

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

Project Deployment Actions Updated (UTC)
dub Ready Ready Preview Mar 27, 2026 0:46am

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 27, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c4a3263e-8a95-40ad-a1c9-292f097744b4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-groups-openapi-spec

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Create additionalPartnerLinkOutputSchema without transforms/refines
for use in GroupSchema response. The original schema with transforms
is still used for input validation in create/update schemas.
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.

1 participant