[doc] update doc about query user message
Change-Id: I22d35ac31f024712a2bdd6df307682de04301c22
This commit is contained in:
parent
67664839b3
commit
fb1aaa93ff
@ -201,6 +201,46 @@ backend_query:
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
created_before:
|
||||
description: |
|
||||
The date and time stamp when the query operation, only return user
|
||||
messages before it.
|
||||
|
||||
The date and time stamp format is `ISO 8601
|
||||
<https://en.wikipedia.org/wiki/ISO_8601>`_:
|
||||
|
||||
::
|
||||
|
||||
CCYY-MM-DDThh:mm:ss±hh:mm
|
||||
|
||||
The ``±hh:mm`` value, if included, returns the time zone as an
|
||||
offset from UTC.
|
||||
|
||||
For example, ``2021-11-10T09:49:58+08:00``.
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
min_version: 2.52
|
||||
created_since:
|
||||
description: |
|
||||
The date and time stamp when the query operation, only return user
|
||||
messages since it.
|
||||
|
||||
The date and time stamp format is `ISO 8601
|
||||
<https://en.wikipedia.org/wiki/ISO_8601>`_:
|
||||
|
||||
::
|
||||
|
||||
CCYY-MM-DDThh:mm:ss±hh:mm
|
||||
|
||||
The ``±hh:mm`` value, if included, returns the time zone as an
|
||||
offset from UTC.
|
||||
|
||||
For example, ``2021-11-10T09:49:58+08:00``.
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
min_version: 2.52
|
||||
description_inexact_query:
|
||||
description: |
|
||||
The description pattern that can be used to filter shares,
|
||||
|
@ -57,6 +57,8 @@ Request
|
||||
- request_id: request_id
|
||||
- resource_id: resource_id
|
||||
- resource_type: resource_type
|
||||
- created_since: created_since
|
||||
- created_before: created_before
|
||||
|
||||
Response parameters
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user