Add time format notes and fix spelling mistake

move this spec to ussuri folder.

Change-Id: I15a2c38d375fc8e2f552922c893e38ccef5a9c5a
This commit is contained in:
haixin 2020-02-05 18:47:59 +08:00
parent 2b1b61ab9e
commit e59d528836
1 changed files with 8 additions and 1 deletions

View File

@ -69,6 +69,13 @@ API to keep forward compatibility.
* GET /v2/{project_id}/messages?created_since=2019-11-01T01:00:00&created_before=2019-11-02T01:00:00
The time format is ISO 8601, it can be as follows:
* 2019-11-01
* 2019-11-01T01:00
* 2019-11-01T01:00:00Z
* 2019-11-01T01:00:00+05:00
Security impact
---------------
@ -90,7 +97,7 @@ One command will be updated::
[--level <level>] [--limit <limit>]
[--offset <offset>] [--sort-key <sort_key>]
[--sort-dir <sort_dir>] [--columns <columns>]
[--create-before <b_time>] [--create-since <s_time>]
[--created-before <b_time>] [--created-since <s_time>]
Python client may add help to inform users this new filter, and will update