Skip to content

Commit

Permalink
Fix for 1523
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed May 7, 2024
1 parent 4fc3abd commit d33c749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ This endpoint retrieves the Catalog for a specified date in XML format. If there

For example, suppose there are two versions of the catalog, the current version dated 2020-01-01 (Jan. 1, 2020) and a previous version dated 2019-01-01. Then

* A request with no effective date would retrieve the current version
* A request with no effective date would return all the available catalog versions
* A request with an effective date of 2020-01-01 or later would retrieve the current version
* A request with an effective date of 2019-01-01 or later, but before 2020-01-01, would retrieve the previous version
* A request with an effective date earlier than 2019-01-01 would retrieve the previous version, as it is the earliest version available.
Expand Down

0 comments on commit d33c749

Please sign in to comment.