Skip to content

Commit

Permalink
Update locations.v3.yml -corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter committed Jun 21, 2024
1 parent cec86a1 commit fa189a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/locations.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1752,17 +1752,17 @@ components:
schema:
type: string
date_modified_max:
name: 'date modified:max'
name: 'date_modified:max'
description: |
'Query parameter that lets you filter by the maximum date_modified, for example, `2024-05-14T09:34:00`, `2024-05-14T09:34:00` or `2024-05-14`.' Returns metafields modified before this date.
'Query parameter that lets you filter by the maximum date modified, for example, `2024-05-14T09:34:00`, `2024-05-14T09:34:00` or `2024-05-14`. Returns metafields modified before this date.'
required: false
in: query
schema:
type: string
date_modified_min:
name: 'date modified:min'
name: 'date_modified:min'
description: |
'Query parameter that lets you filter by the minimum date_modified, for example, `2024-05-14T09:34:00`, `2024-05-14T09:34:00` or `2024-05-14`.' Returns metafields modified after this date.
'Query parameter that lets you filter by the minimum date modified, for example, `2024-05-14T09:34:00`, `2024-05-14T09:34:00` or `2024-05-14`. Returns metafields modified after this date.'
required: false
in: query
schema:
Expand Down

0 comments on commit fa189a4

Please sign in to comment.