-
Notifications
You must be signed in to change notification settings - Fork 9.1k
feat: add organization routing forms endpoints [v2] #20580
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
feat: add organization routing forms endpoints [v2] #20580
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (04/07/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (04/07/25)1 label was added to this PR based on Keith Williams's automation. |
Testing Devin, wrote an API spec for endpoints and seeing what's its producing from it |
beforeUpdatedAt?: Date; | ||
} | ||
) { | ||
return this.organizationsRoutingFormsRepository.getOrganizationRoutingForms(orgId, skip, take, options); |
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.
missing plainToClass
Link to Devin run: https://app.devin.ai/sessions/04f0f7f8a7564b32b57725adfcd3167a
This PR implements the following API endpoints for organization routing forms:
Each endpoint includes:
Requested by: [email protected]