Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVDOCS-6199: [update] updated descriptions for date_modified:min and… #766

Merged
merged 4 commits into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:
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 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:
Expand Down
Loading