From 33c5a0a0374e5555e013973aaa007628f29df347 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Tue, 21 Jan 2025 11:08:46 -0600 Subject: [PATCH 1/3] DEVDOCS-6199: [update] updated descriptions for date_modified:min and max --- reference/catalog/products_catalog.v3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/catalog/products_catalog.v3.yml b/reference/catalog/products_catalog.v3.yml index 6b3750815..799508a0d 100644 --- a/reference/catalog/products_catalog.v3.yml +++ b/reference/catalog/products_catalog.v3.yml @@ -9645,13 +9645,13 @@ components: DateModifiedMaxParam: name: 'date_modified:max' in: query - description: 'Filter items by `date_modified`. For example, `date_modified:max=2020-06-15`.' + description: 'Filter items by `date_modified`. If the `date modified:max` does not include minutes and seconds, the API automatically adds the current time of the request to the date. For example, `date_modified:max=2025-01-15` or `date_modified:max=2025-01-15T00:03:17+00:00`.' schema: type: string DateModifiedMinParam: name: 'date_modified:min' in: query - description: 'Filter items by `date_modified`. For example, `date_modified:min=2018-06-15`.' + description: 'Filter items by `date_modified`. If the `date modified:min` does not include minutes and seconds, the API automatically adds the current time of the request to the date. For example, `date_modified:min=2025-01-15` or `date_modified:min=2025-01-15T00:03:17+00:00`.' schema: type: string DateLastImportedParam: From 5ffcf96126018c2f2efe69e752fe5ff752240997 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Wed, 22 Jan 2025 08:46:51 -0600 Subject: [PATCH 2/3] Update reference/catalog/products_catalog.v3.yml Co-authored-by: Yuriy Ivashchenko <48287159+BC-YIvashchenko@users.noreply.github.com> --- reference/catalog/products_catalog.v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/catalog/products_catalog.v3.yml b/reference/catalog/products_catalog.v3.yml index 799508a0d..f208604b7 100644 --- a/reference/catalog/products_catalog.v3.yml +++ b/reference/catalog/products_catalog.v3.yml @@ -9645,7 +9645,7 @@ components: DateModifiedMaxParam: name: 'date_modified:max' in: query - description: 'Filter items by `date_modified`. If the `date modified:max` does not include minutes and seconds, the API automatically adds the current time of the request to the date. For example, `date_modified:max=2025-01-15` or `date_modified:max=2025-01-15T00:03:17+00:00`.' + description: 'Filter items by `date_modified`. If the `date modified:max` does not include hours, minutes and seconds, the API automatically adds the current time of the request to the date. For example, `date_modified:max=2025-01-15` or `date_modified:max=2025-01-15T00:03:17Z`.' schema: type: string DateModifiedMinParam: From beeb1ccce56c54abe47444eeb58e6d0f3b064c40 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Wed, 22 Jan 2025 08:47:00 -0600 Subject: [PATCH 3/3] Update reference/catalog/products_catalog.v3.yml Co-authored-by: Yuriy Ivashchenko <48287159+BC-YIvashchenko@users.noreply.github.com> --- reference/catalog/products_catalog.v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/catalog/products_catalog.v3.yml b/reference/catalog/products_catalog.v3.yml index f208604b7..7937a7f0d 100644 --- a/reference/catalog/products_catalog.v3.yml +++ b/reference/catalog/products_catalog.v3.yml @@ -9651,7 +9651,7 @@ components: DateModifiedMinParam: name: 'date_modified:min' in: query - description: 'Filter items by `date_modified`. If the `date modified:min` does not include minutes and seconds, the API automatically adds the current time of the request to the date. For example, `date_modified:min=2025-01-15` or `date_modified:min=2025-01-15T00:03:17+00:00`.' + description: 'Filter items by `date_modified`. If the `date modified:min` does not include hours, minutes and seconds, the API automatically adds the current time of the request to the date. For example, `date_modified:min=2025-01-15` or `date_modified:min=2025-01-15T00:03:17Z`.' schema: type: string DateLastImportedParam: