-
Notifications
You must be signed in to change notification settings - Fork 195
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
📝 Update docs #241
📝 Update docs #241
Conversation
|
Your Render PR Server URL is https://panora-backend-api-pr-241.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cmojefuv3ddc73efebkg. |
Warning Rate Limit Exceeded@rflihxyz has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 20 minutes and 59 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe recent update encompasses a comprehensive enhancement of the CRM and Ticketing documentation, introducing new API endpoints for creating, retrieving, updating, and listing various entities such as companies, deals, engagements, notes, tasks, users, accounts, comments, contacts, tags, teams, and tickets. The improvements refine the API's functionality, ensuring a more robust and user-friendly interface for developers working with CRM and Ticketing platforms. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Review Status
Actionable comments generated: 5
Configuration used: CodeRabbit UI
Files ignored due to path filters (1)
docs/mint.json
is excluded by:!**/*.json
Files selected for processing (45)
- docs/crm/companies/api/create.mdx (1 hunks)
- docs/crm/companies/api/get.mdx (1 hunks)
- docs/crm/companies/api/list.mdx (1 hunks)
- docs/crm/companies/api/update.mdx (1 hunks)
- docs/crm/companies/overview.mdx (1 hunks)
- docs/crm/contacts/api/list.mdx (1 hunks)
- docs/crm/deals/api/create.mdx (1 hunks)
- docs/crm/deals/api/get.mdx (1 hunks)
- docs/crm/deals/api/list.mdx (1 hunks)
- docs/crm/deals/api/update.mdx (1 hunks)
- docs/crm/deals/overview.mdx (1 hunks)
- docs/crm/engagements/api/create.mdx (1 hunks)
- docs/crm/engagements/api/get.mdx (1 hunks)
- docs/crm/engagements/api/list.mdx (1 hunks)
- docs/crm/engagements/api/update.mdx (1 hunks)
- docs/crm/notes/api/create.mdx (1 hunks)
- docs/crm/notes/api/get.mdx (1 hunks)
- docs/crm/notes/api/list.mdx (1 hunks)
- docs/crm/notes/api/update.mdx (1 hunks)
- docs/crm/tasks/api/get.mdx (1 hunks)
- docs/crm/tasks/api/list.mdx (1 hunks)
- docs/crm/tasks/api/update.mdx (1 hunks)
- docs/crm/users/api/get.mdx (1 hunks)
- docs/crm/users/api/list.mdx (1 hunks)
- docs/open-source/contributors.mdx (1 hunks)
- docs/ticketing/accounts/api/create.mdx (1 hunks)
- docs/ticketing/accounts/api/get.mdx (1 hunks)
- docs/ticketing/accounts/api/list.mdx (1 hunks)
- docs/ticketing/accounts/api/update.mdx (1 hunks)
- docs/ticketing/comments/api/list.mdx (1 hunks)
- docs/ticketing/comments/api/update.mdx (1 hunks)
- docs/ticketing/contacts/api/create.mdx (1 hunks)
- docs/ticketing/contacts/api/get.mdx (1 hunks)
- docs/ticketing/contacts/api/list.mdx (1 hunks)
- docs/ticketing/contacts/api/update.mdx (1 hunks)
- docs/ticketing/tags/api/get.mdx (1 hunks)
- docs/ticketing/tags/api/list.mdx (1 hunks)
- docs/ticketing/teams/api/get.mdx (1 hunks)
- docs/ticketing/teams/api/list.mdx (1 hunks)
- docs/ticketing/tickets/api/create.mdx (1 hunks)
- docs/ticketing/tickets/api/get.mdx (1 hunks)
- docs/ticketing/tickets/api/list.mdx (1 hunks)
- docs/ticketing/tickets/api/update.mdx (1 hunks)
- docs/ticketing/users/api/get.mdx (1 hunks)
- docs/ticketing/users/api/list.mdx (1 hunks)
Files skipped from review due to trivial changes (7)
- docs/crm/companies/api/list.mdx
- docs/crm/companies/overview.mdx
- docs/crm/contacts/api/list.mdx
- docs/crm/deals/api/get.mdx
- docs/crm/deals/overview.mdx
- docs/ticketing/comments/api/list.mdx
- docs/ticketing/users/api/get.mdx
Additional comments: 31
docs/crm/tasks/api/update.mdx (1)
- 1-3: > 📝 NOTE
This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [1-4]
The front matter correctly specifies the OpenAPI operation as a PATCH request for updating a task.
docs/crm/companies/api/create.mdx (1)
- 1-4: The front matter correctly specifies the OpenAPI operation as a POST request for creating a company.
docs/crm/companies/api/get.mdx (1)
- 1-4: The front matter correctly specifies the OpenAPI operation as a GET request for retrieving a company by ID.
docs/crm/companies/api/update.mdx (1)
- 1-4: The front matter correctly specifies the OpenAPI operation as a PATCH request for updating a company.
docs/crm/deals/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing deals.
docs/crm/notes/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing notes.
docs/crm/tasks/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing tasks.
docs/crm/users/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing users.
docs/crm/deals/api/create.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a POST request for creating a deal.
docs/crm/notes/api/create.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a POST request for creating a note.
docs/crm/deals/api/update.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a PATCH request for updating a deal.
docs/crm/notes/api/update.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a PATCH request for updating a note.
docs/crm/tasks/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a task by ID.
docs/ticketing/users/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing users in the ticketing platform.
docs/crm/notes/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a note by ID.
docs/crm/users/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a user by ID.
docs/ticketing/tags/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing all tags in the ticketing platform.
docs/crm/engagements/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing engagements.
docs/ticketing/tickets/api/list.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for listing tickets in the ticketing platform.
docs/ticketing/tags/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a tag by ID in the ticketing platform.
docs/crm/engagements/api/create.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a POST request for creating an engagement.
docs/crm/engagements/api/update.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a PATCH request for updating an engagement.
docs/ticketing/contacts/api/create.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a POST request for creating a contact in the ticketing platform.
docs/ticketing/tickets/api/update.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a PATCH request for updating a ticket in the ticketing platform.
docs/ticketing/teams/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a team by ID in the ticketing platform.
docs/ticketing/comments/api/update.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a PATCH request for updating a comment in the ticketing platform.
docs/ticketing/contacts/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a contact in the ticketing platform.
docs/ticketing/contacts/api/update.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a PATCH request for updating a contact in the ticketing platform.
docs/ticketing/tickets/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving a ticket by ID in the ticketing platform.
docs/crm/engagements/api/get.mdx (1)
- 1-5: The front matter and description correctly specify the OpenAPI operation as a GET request for retrieving an engagement by ID.
docs/open-source/contributors.mdx (1)
- 30-34: The added instructions for removing previously installed dependencies are clear and should help contributors clean their environment before a build.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary by CodeRabbit
New Features
Documentation
Bug Fixes