fix SetThreadUnreadByPostId

This commit is contained in:
Jesse Hallam
2023-10-12 16:48:34 -03:00
parent 3d454cef7f
commit b16bcc8044

View File

@@ -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