summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-10-27 00:42:54 +0000
committerGerrit Code Review <review@openstack.org>2018-10-27 00:42:54 +0000
commit9a201632d3a70295dc650539e089da442bbaee84 (patch)
tree96af86f465cc172bf87144b085c03b18fc089a11 /api-ref
parent9ef70d31f38ff76b11d1667a491935dd9cf15e77 (diff)
parenta3a0068929136d3bf6e25338889fd3090938eac6 (diff)
downloadnova-9a201632d3a70295dc650539e089da442bbaee84.tar.gz
Merge "Add restrictions on updated_at when getting migrations"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 8483a02ef7..88927ea0f7 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -483,6 +483,9 @@ changes_before_migration:
The ``±hh:mm`` value, if included, returns the time zone as an offset from UTC.
For example, ``2015-08-27T09:49:58-05:00``.
If you omit the time zone, the UTC time zone is assumed.
+ When both ``changes-since`` and ``changes-before`` are specified,
+ the value of the ``changes-before`` must be later than or equal to
+ the value of the ``changes-since`` otherwise API will return 400.
in: query
required: false
type: string
@@ -539,6 +542,9 @@ changes_since_migration:
The ``±hh:mm`` value, if included, returns the time zone as an offset from UTC.
For example, ``2015-08-27T09:49:58-05:00``.
If you omit the time zone, the UTC time zone is assumed.
+ When both ``changes-since`` and ``changes-before`` are specified,
+ the value of the ``changes-since`` must be earlier than or equal to
+ the value of the ``changes-before`` otherwise API will return 400.
in: query
required: false
type: string