Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
GITBOOK-1260: [Update] Deprecated endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rachana-visavadiya authored and gitbook-bot committed Mar 7, 2024
1 parent ada8d20 commit 20efff2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions reference/api/deprecated-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ The methods and endpoints of the **Realtime API** and **Rest API** that have bee

### Endpoints to be deprecated

| Endpoint | Description | Release removed |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | --------------- |
| [`/licenses.get`](https://developer.rocket.chat/reference/api/rest-api/endpoints/miscellaneous/licenses/get-licenses) | The endpoint will be renamed to `/licenses.info` | 7.0.0 |
| [`/licenses.isEnterprise`](https://developer.rocket.chat/reference/api/rest-api/endpoints/miscellaneous/licenses/confirm-enterprise-license) | The endpoint will be renamed to `/licenses.info` | 7.0.0 |
| [`/livechat/room.visitor`](https://developer.rocket.chat/reference/api/rest-api/endpoints/omnichannel/livechat-endpoints/livechat-room/update-room-visitor-info) | The endpoint will be removed. | 7.0.0 |
| [`/livechat/inquiries.queued`](https://developer.rocket.chat/reference/api/rest-api/endpoints/omnichannel/livechat-endpoints/livechat-inquiries/inquiries-queued) | The endpoint will be removed. | 7.0.0 |
<table><thead><tr><th>Endpoint</th><th>Description</th><th width="181">Release deprecated</th><th>Release removed</th></tr></thead><tbody><tr><td><a href="https://developer.rocket.chat/reference/api/rest-api/endpoints/miscellaneous/licenses/get-licenses"><code>/licenses.get</code></a></td><td>The endpoint is replaced by <code>/licenses.info</code></td><td>6.5.0</td><td>7.0.0</td></tr><tr><td><a href="https://developer.rocket.chat/reference/api/rest-api/endpoints/miscellaneous/licenses/confirm-enterprise-license"><code>/licenses.isEnterprise</code></a></td><td>The endpoint is replaced by <code>/licenses.info</code></td><td>6.5.0</td><td>7.0.0</td></tr><tr><td><a href="https://developer.rocket.chat/reference/api/rest-api/endpoints/omnichannel/livechat-endpoints/livechat-room/update-room-visitor-info"><code>/livechat/room.visitor</code></a></td><td>The endpoint will be removed.</td><td>6.5.0</td><td>7.0.0</td></tr><tr><td><a href="https://developer.rocket.chat/reference/api/rest-api/endpoints/omnichannel/livechat-endpoints/livechat-inquiries/inquiries-queued"><code>/livechat/inquiries.queued</code></a></td><td>The endpoint will be removed.</td><td>6.5.0</td><td>7.0.0</td></tr></tbody></table>

### Removed endpoints

Expand Down

0 comments on commit 20efff2

Please sign in to comment.