diff --git a/chat-apis.json b/chat-apis.json index 99e22c01..8527582b 100644 --- a/chat-apis.json +++ b/chat-apis.json @@ -15009,7 +15009,7 @@ "Moderation" ], "summary": "List Reviewed messages", - "description": "Marks the blocked messages as reviewed. The moderator can approve the message or confirm it remains blocked. Once reviewed, the message is moved from the blocked messages list to the reviewed messages list.", + "description": "Retrieves a list of messages that have been reviewed by the moderator.", "operationId": "chat-api-list-reviewed-messages", "parameters": [ { diff --git a/rest-api/groups.mdx b/rest-api/groups.mdx index bbec67c1..a40873f6 100644 --- a/rest-api/groups.mdx +++ b/rest-api/groups.mdx @@ -28,5 +28,5 @@ The following table lists the properties that the Group API supports. | **tags** | array of strings | (optional)\_ Specifies a list of tags to be associated with certain groups.A maximum of 25 tags can be associated with a single group. | | **members** | object | (optional)\_ The members object allows adding members with the allowed member scopes and banning users.It can have the below optional properties:

- **admins**: A string array of UIDs of the existing users to be added as group admins.
- **moderators**: A string array of UIDs of the existing users to be added as group moderators.
- **participants**: A string array of UIDs of the existing users to be added as group participants.
- **usersToBan**: A string array of UIDs of the existing users to be added as group participants.

Failure to adding a member or banning a user does not result into create group API failure.\ However, the individual member failure can be seen in the error objects in members.If the same UID is added to more than one members array then the scope UID will get the scopes in the order below admin, moderator, participant.\ For example, if the UID superhero1 is part of admins, moderators and usersToBan arrays then it will appear in the only members.admins property in the response.A maximum of 25 users can be added across all the scopes of member objects. | | **membersCount** | integer | Specifies the number of members in the group. | -| **createdAt** | integer | UNIX Timestamp specifies the time when the user was created. | -| **conversationId** | string | Specifies the conversation ID of the group. | \ No newline at end of file +| **createdAt** | integer | UNIX Timestamp specifies the time when the group was created. | +| **conversationId** | string | Specifies the conversation ID of the group. |