-
Notifications
You must be signed in to change notification settings - Fork 42
ME-1234 remove follow_customer and unfollow_customer methods from agent-api #1630
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
ME-1234 remove follow_customer and unfollow_customer methods from agent-api #1630
Conversation
94784e1 to
65578a2
Compare
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.
Pull request overview
This PR removes the documentation for the follow_customer and unfollow_customer methods from the Agent Chat API across versions v3.4, v3.5, v3.6, and v3.7. These methods are described as unused and unsupported in the PR description.
Key Changes
- Removed complete documentation sections for
follow_customerandunfollow_customermethods from both Web API and RTM API reference pages - Updated method listing tables to remove references to these two methods
- Changes applied consistently across all four API versions (v3.4, v3.5, v3.6, v3.7)
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/messaging/agent-chat-api/v3.7/rtm-reference/index.mdx | Removed follow_customer and unfollow_customer RTM methods and updated Customers methods table |
| src/pages/messaging/agent-chat-api/v3.7/index.mdx | Removed follow_customer and unfollow_customer Web API methods and updated Customers methods table |
| src/pages/messaging/agent-chat-api/v3.5/rtm-reference/index.mdx | Removed follow_customer and unfollow_customer RTM methods and updated Customers methods table |
| src/pages/messaging/agent-chat-api/v3.5/index.mdx | Removed follow_customer and unfollow_customer Web API methods and updated Customers methods table |
| src/pages/messaging/agent-chat-api/v3.4/rtm-reference/index.mdx | Removed follow_customer and unfollow_customer RTM methods and updated Customers methods table |
| src/pages/messaging/agent-chat-api/v3.4/index.mdx | Removed follow_customer and unfollow_customer Web API methods and updated Customers methods table |
| src/pages/messaging/agent-chat-api/rtm-reference/index.mdx | Removed follow_customer and unfollow_customer RTM methods and updated Customers methods table for v3.6 |
| src/pages/messaging/agent-chat-api/index.mdx | Removed follow_customer and unfollow_customer Web API methods and updated Customers methods table for v3.6 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
oliwiapolec
left a comment
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.
Please add information about this to the Changelog 🙏
|
🎉 This PR is included in version 2.56.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Release requirements
PR information
What does this PR do? (optional)
follow_customer and unfollow_customer are already unused and unsupported (they don't do anything) so they can be deleted.
Type of change
Deploy preview
The deploy preview link will appear in the checks section below once the build is complete.
Versioning
Pull request titles should comply with the Conventional Commits specification. This is required to update the project's version.