Skip to content

Commit

Permalink
fix typo in date_created:min
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Feb 27, 2025
1 parent 38fc67c commit cd3eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3820,7 +3820,7 @@ components:
type: integer
date_created_min:
name: 'date_created:min'
description: 'Filter items by minimum datevcreated. For example, `date_created:min=2019-09-04T00:00:00` or `date_created:min=2019-09-04`. Returns metafields created after this date.'
description: 'Filter items by minimum date created. For example, `date_created:min=2019-09-04T00:00:00` or `date_created:min=2019-09-04`. Returns metafields created after this date.'
in: query
required: false
schema:
Expand Down

0 comments on commit cd3eb2e

Please sign in to comment.