File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
app/Http/Controllers/Chat Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments