-
Notifications
You must be signed in to change notification settings - Fork 763
Conversation
@@ -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` | `ByehQjC44FwMeiLbX` | Required (if no roomId) | The channel's name | |
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.
Can you change the example to be like a room name? This applies to all of these, thanks for the pull request!
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.
Oops. Sure.
c3c9cb4
to
1a2ee2a
Compare
@graywolf336 Any chance for another review? I updated the commits a month ago. |
@@ -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 | |
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.
Spaces aren't allowed in the names of channels, so this wouldn't work..
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.
Ah, right. Fixed and pushed.
I apologise for that, thanks for the reminder |
Thanks for the pull request. I'll see about fixing the conflicts unless you want to. |
related to Rocket.Chat pull 6827 syncing channels.info
@graywolf336 rebased and dropped the conflicting Users.info change. abrom added username there already. |
Groups and Users info calls have included search by name for a number of versions already.
Channels would as well once pull 6827 is merged.