@@ -224,13 +224,23 @@ When calling a production Rocket.Chat server, ensure it is running via HTTPS and
224
224
| ` /api/v1/integrations.list ` | Lists all of the integrations. | [ Link] ( integration/list/ ) |
225
225
| ` /api/v1/integrations.remove ` | Removes an integration. | [ Link] ( integration/remove/ ) |
226
226
227
+ ### Invites
228
+
229
+ | Url | Short Description | Details Page |
230
+ | :------------------------------ | :------------------------------------------------------------------------- | :----------------------------------- |
231
+ | ` /api/v1/findOrCreateInvite ` | Created a new Invite or returns an existing one with the same parameters. | [ Link] ( invites/findOrCreateInvite/ ) |
232
+ | ` /api/v1/listInvites ` | Lists all of the invite tokens. | [ Link] ( invites/listInvites/ ) |
233
+ | ` /api/v1/removeInvite ` | Removes an invite. | [ Link] ( invites/removeInvite/ ) |
234
+ | ` /api/v1/useInviteToken ` | Report to the server that an invite token was used. | [ Link] ( invites/useInviteToken/ ) |
235
+ | ` /api/v1/validateInviteToken ` | Checks if an invite token is valid. | [ Link] ( invites/validateInviteToken/ ) |
236
+
227
237
### Livechat
228
238
229
- | Url | Short Description | Details Page |
230
- | :------------------------------- | :------------------------------------------------------------ | : ------------------------------- |
231
- | ` /api/v1/livechat/inquiries.list ` | Retrieves a list of open inquiries. | [ Link] ( livechat/inquiries-list/ ) |
232
- | ` /api/v1/livechat/inquiries.take ` | Take an open inquiry. | [ Link] ( livechat/inquiries-take/ ) |
233
- | ` /api/v1/livechat/rooms ` | Retrieves a list of livechat rooms. | [ Link ] ( livechat/rooms/ ) |
239
+ | Url | Short Description | Details Page |
240
+ | :------------------------------- | :-----------------------------------| : ------------------------------------------------ |
241
+ | ` /api/v1/livechat/inquiries.list ` | Retrieves a list of open inquiries. | [ Link] ( livechat/inquiries/#inquiries -list ) |
242
+ | ` /api/v1/livechat/inquiries.take ` | Take an open inquiry. | [ Link] ( livechat/inquiries/#livechat -take-inquiry ) |
243
+ | ` /api/v1/livechat/rooms ` | Retrieves a list of livechat rooms. | [ Link ] ( livechat/rooms/ ) |
234
244
235
245
### OAuthApps
236
246
0 commit comments