Skip to content

Commit 65ab5e4

Browse files
committed
wrong params
1 parent f74e31a commit 65ab5e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/Http/Controllers/Chat/ChannelsController.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ public function index()
6767
*
6868
* Returns the joined [ChatChannel](#chatchannel).
6969
*
70-
* @urlParam channel integer required The `channel_id` of the [ChatChannel](#chatchannel) to mark as read.
71-
* @urlParam message integer required The `message_id` of the [ChatMessage](#chatmessage) to mark as read up to.
72-
*
7370
* @response {
7471
* "channel_id": 5,
7572
* "current_user_attributes": {
@@ -116,7 +113,7 @@ public function join($channelId, $userId)
116113
* This endpoint will only allow the leaving of public channels initially.
117114
* </aside>
118115
*
119-
* @urlParam channel integer required `channel_id` of the [ChatChannel](#chatchannel) leave.
116+
* @urlParam channel integer required `channel_id` of the [ChatChannel](#chatchannel) to leave.
120117
* @urlParam user integer required `id` of the [User](#user) to leave the channel.
121118
*
122119
* @response 204

0 commit comments

Comments
 (0)