Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Someshnsn committed Jan 16, 2024
1 parent 5ac9cfe commit dcb849c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ _Implementation Notes_
* It must be provided with `le` or `lt` and `ge` or `gt` prefixes to search for report(s) within a specific range.
* The `time` component is required for both parameters.

* The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix. The lower value date/time should be of occurance before than the higher value date/time occurance.
* The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix.

* The `date` and `_lastUpdated` parameters may not be provided together.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ _Implementation Notes_
- When searching with the `period` parameter:
- It must be provided twice, once with the `ge` prefix, and once with the `lt` prefix.
- Date precision must be consistent.
- The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix. The lower value date/time should be of occurance before than the higher value date/time occurance.
- The `_lastUpdated` parameters may be provided up to two times, and must use the `eq`, `ge`, `gt`, `le`, or `lt` prefixes. When a value is provided without a prefix, an implied `eq` prefix is used. When provided twice, the lower value must have a `ge` or `gt` prefix and the higher value must have an `le` or `lt` prefix.

- The `date`, `period` and `_lastUpdated` parameters may not be provided together.

Expand Down

0 comments on commit dcb849c

Please sign in to comment.