-
Notifications
You must be signed in to change notification settings - Fork 4
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
docs(KNO-7618): add MS Teams teams and channels API endpoints #756
docs(KNO-7618): add MS Teams teams and channels API endpoints #756
Conversation
Co-Authored-By: Matthew Mikolay <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Don’t forget to also update the sidebar to reflect the addition of these new endpoints.
Co-Authored-By: Matthew Mikolay <[email protected]>
Co-Authored-By: Matthew Mikolay <[email protected]>
Devin is currently unreachable - the session may have died. |
This is Matt once again commandeering the robot’s PR. This PR updates our API docs to include the new teams and channels API endpoints for use with TeamsKit.
Below is Devin’s original PR description.
Description
This PR adds documentation for two new Microsoft Teams API endpoints that were introduced in knocklabs/switchboard#3378:
/providers/ms-teams/:channel_id/teams
: Lists teams belonging to the Microsoft Teams tenant/providers/ms-teams/:channel_id/channels
: Lists channels within a specified teamThe documentation follows the existing pattern used for similar endpoints (like
/providers/slack/:channel_id/channels
) and includes:Testing
yarn run format.check
yarn run type-check
yarn run lint
Link to Devin run: https://app.devin.ai/sessions/34863ce097ca41598f1acd421529494a