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

Commit

Permalink
GITBOOK-1238: fix endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Funke Olasupo authored and gitbook-bot committed Jan 26, 2024
1 parent edde7bb commit abc1680
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 40 deletions.
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@
* [Find or Create Invite](reference/api/rest-api/endpoints/miscellaneous/invite-endpoints/findorcreateinvite.md)
* [List Invites](reference/api/rest-api/endpoints/miscellaneous/invite-endpoints/listinvites.md)
* [Delete invite by id](reference/api/rest-api/endpoints/miscellaneous/invite-endpoints/delete-invite-by-id.md)
* [Remove Invite](reference/api/rest-api/endpoints/miscellaneous/invite-endpoints/removeinvite.md)
* [Report use Invite Token](reference/api/rest-api/endpoints/miscellaneous/invite-endpoints/report-use-invite-token.md)
* [Validate Invite Token](reference/api/rest-api/endpoints/miscellaneous/invite-endpoints/validateinvitetoken.md)
* [Realtime API](reference/api/realtime-api/README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Retrieves a single chat message by the provided id. Callee must have permission
| ------------------------- | ------------- | ----------- |
| `/api/v1/chat.getMessage` | `yes` | `GET` |

## Payload
## Path Variables

| Argument | Example | Required | Description |
| -------- | ------------------- | -------- | ----------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ List threads in a room. It supports the [#pagination](../../../#pagination "ment
| ----------------------------- | ------------- | ----------- |
| `/api/v1/chat.getThreadsList` | `yes` | `GET` |

## Payload
## Path Variables

| Argument | Example | Required | Description |
| -------- | ------------------- | -------- | ------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sync Thread List

List all custom emojis available. It supports the [#pagination](../../../#pagination "mention") parameters.
 It supports the [#pagination](../../../#pagination "mention") parameters.

| URL | Requires Auth | HTTP Method |
| ------------------------------ | ------------- | ----------- |
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions reference/api/rest-api/endpoints/miscellaneous/shield-svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A simple method, requires no authentication, that returns the shield svg(badge)
| --------- | ------------- | -------- | ----------------------------------------- |
| `type` | `online` | Optional | Can be one of `online`, `user`, `channel` |
| `icon` | `false` | Optional | |
| `channel` | `general` | Optional | Name of the channel |
| `name` | `Rocket.Chat` | Optional | Name to show |
| `channel` | `general` | Required | Name of the channel |
| `name` | `Rocket.Chat` | Required | Name to show |

## Example Call

Expand Down

0 comments on commit abc1680

Please sign in to comment.