mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix SetThreadUnreadByPostId
This commit is contained in:
@@ -2937,7 +2937,7 @@
|
||||
"404":
|
||||
$ref: "#/components/responses/NotFound"
|
||||
"/api/v4/users/{user_id}/teams/{team_id}/threads/{thread_id}/set_unread/{post_id}":
|
||||
put:
|
||||
post:
|
||||
tags:
|
||||
- threads
|
||||
summary: Mark a thread that user is following as unread based on a post id
|
||||
@@ -3213,12 +3213,12 @@
|
||||
- users
|
||||
summary: Get users with invalid emails
|
||||
description: >
|
||||
Get users whose emails are considered invalid.
|
||||
Get users whose emails are considered invalid.
|
||||
|
||||
It is an error to invoke this API if your team settings enable an open server.
|
||||
|
||||
##### Permissions
|
||||
|
||||
|
||||
Requires `sysconsole_read_user_management_users`.
|
||||
|
||||
operationId: GetUsersWithInvalidEmails
|
||||
|
||||
Reference in New Issue
Block a user