Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Dec 4, 2024
1 parent f992dac commit 05ca88b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ GET https://{host}/{org_name}/{app_name}/chatmessages/${time}

| Parameter | Type | Description | Required |
| :----- | :----- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------- |
| `time` | String | The start time of the historical messages to query. UTC time, using the ISO8601 standard, in the format of `yyyyMMddHH`. <br>For example, if `time` is` 2018112717`, it means to query historical messages from 17:00 on November 27, 2018 to 18:00 on November 27, 2018. | Yes |
| `time` | String | The start time of the historical messages to query. UTC time in the format of `yyyyMMddHH`. <br>For example, if `time` is` 2018112717`, it means to query historical messages from 17:00 on November 27, 2018 to 18:00 on November 27, 2018. | Yes |

For other parameters and detailed descriptions, see [Common parameters](#param).

Expand Down

0 comments on commit 05ca88b

Please sign in to comment.