Skip to content

Commit

Permalink
CTC-2215 Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jancerman committed Nov 21, 2023
1 parent b5bf945 commit c7b137c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/filter-content/filtering_get_items_by_datetime.curl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ curl --request GET \

# Gets items released at or after April 9 2020, 7 am UTC+0
curl --request GET \
--url 'https://deliver.kontent.ai/<YOUR_ENVIRONMENT_ID>/items?"elements.release_date[gte]=2020-05-09T07:00:00Z"' \
--url 'https://deliver.kontent.ai/<YOUR_ENVIRONMENT_ID>/items?elements.release_date[gte]=2020-05-09T07:00:00Z' \
--header 'content-type: application/json'

# Gets items modified before April 5 2020 UTC+0. Last match would be at 2020-05-04T23:59:59.
Expand Down

0 comments on commit c7b137c

Please sign in to comment.