Skip to content

Commit

Permalink
updated v2 links to be lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
phamjennifer committed Feb 26, 2025
1 parent 4324d41 commit a1e850a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _pages/access-production-claims-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You’ll still need [a bearer token]({{ '/get-a-bearer-token' | relative_url }})

### Job expiration

Job IDs and file URLs expire after 72 hours or 6 downloads. If it takes more than 30 hours for a job to complete, the request will time out and fail. Reduce file sizes and download times by using [parameters]({{ '/query-parameters-V2' | relative_url }}) to filter the claims data returned or download compressed data files in gzip format.
Job IDs and file URLs expire after 72 hours or 6 downloads. If it takes more than 30 hours for a job to complete, the request will time out and fail. Reduce file sizes and download times by using [parameters]({{ '/query-parameters-v2' | relative_url }}) to filter the claims data returned or download compressed data files in gzip format.

### Format

Expand Down Expand Up @@ -263,7 +263,7 @@ python --version
{% include copy_snippet.html code=curlSnippet language="shell" can_copy=true %}
</li>
<li>
<p>Start the export job. You can optionally use <a href="{{ '/query-parameters-V2' | relative_url }}">parameters</a> to filter the data returned.</p>
<p>Start the export job. You can optionally use <a href="{{ '/query-parameters-v2' | relative_url }}">parameters</a> to filter the data returned.</p>
<ul>
<li>
<p>Linux/Mac</p>
Expand Down
2 changes: 1 addition & 1 deletion _pages/api-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Jobs are units of work that export and compile Medicare claims data. They are br

## Endpoints, schemas, and parameters

Get an overview of the endpoints you can request at the [sandbox]({{ '/access-sandbox-data' | relative_url }}) or [production]({{ '/access-production-claims-data' | relative_url }}) URL. You can also visit the [AB2D Swagger UI](https://sandbox.ab2d.cms.gov/swagger-ui/index.html?urls.primaryName=V2%20-%20FHIR%20R4), which is based on the OpenAPI specification. While starting a job, you can use [parameters]({{ '/query-parameters-V2' | relative_url }}) to filter or specify the claims data returned.
Get an overview of the endpoints you can request at the [sandbox]({{ '/access-sandbox-data' | relative_url }}) or [production]({{ '/access-production-claims-data' | relative_url }}) URL. You can also visit the [AB2D Swagger UI](https://sandbox.ab2d.cms.gov/swagger-ui/index.html?urls.primaryName=V2%20-%20FHIR%20R4), which is based on the OpenAPI specification. While starting a job, you can use [parameters]({{ '/query-parameters-v2' | relative_url }}) to filter or specify the claims data returned.

## JSON resources

Expand Down
2 changes: 1 addition & 1 deletion _pages/troubleshooting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ If the system is correct, check with your IT team to make sure you have a static
The default value for the _since parameter changes between versions. The _until parameter is also only available with V2.
</p>
<p>
In V1, a date must be specified to use _since. If no _since value is specified, it will default to January 1, 2020 or your organization's attestation date, whichever is later. In V2, if no _since value is specified, it will default to the date of your last successful export. If this is your first job, it will default to the same date as V1. <a href="{{ '/query-parameters-V2' | relative_url }}">Learn how to use parameters</a>.
In V1, a date must be specified to use _since. If no _since value is specified, it will default to January 1, 2020 or your organization's attestation date, whichever is later. In V2, if no _since value is specified, it will default to the date of your last successful export. If this is your first job, it will default to the same date as V1. <a href="{{ '/query-parameters-v2' | relative_url }}">Learn how to use parameters</a>.
</p>
{% endcapture %}

Expand Down

0 comments on commit a1e850a

Please sign in to comment.