Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Add name parameter docs #280

Merged
merged 1 commit into from
Jun 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 6. Developer Guides/REST API/Channels/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Retrieves the information about the channel.
## Query Parameters
| Argument | Example | Required | Description |
| :--- | :--- | :--- | :--- |
| `roomId` | `ByehQjC44FwMeiLbX` | Required | The channel's id |
| `roomId` | `ByehQjC44FwMeiLbX` | Required (if no roomName) | The channel's id |
| `roomName` | `general` | Required (if no roomId) | The channel's name |

## Example Call
```bash
Expand Down
3 changes: 2 additions & 1 deletion 6. Developer Guides/REST API/Groups/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Retrieves the information about the private group, only if you're part of the gr
## Query Parameters
| Argument | Example | Required | Description |
| :--- | :--- | :--- | :--- |
| `roomId` | `ByehQjC44FwMeiLbX` | Required | The private group's id |
| `roomId` | `ByehQjC44FwMeiLbX` | Required (if no roomName) | The private group's id |
| `roomName` | `Exclusive.Chat` | Required (if no roomId) | The private group's name |

## Example Call
```bash
Expand Down