Skip to content

Commit

Permalink
BCDA-6618 Update sandbox credentials for extra-small entity model (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
magile32 committed Jan 13, 2023
1 parent d4d209f commit 191d3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/build/access_token.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
</p>

<pre><code><strong>Example Client ID (Extra-Small Model Entities):</strong>
3841c594-a8c0-41e5-98cc-38bb45360d3c
2462c96b-6427-4efb-aed7-118e20c2e997

<strong>Example Client Secret (Extra-Small Model Entities):</strong>
d89810016460e6924a1c62583e5f51d1cbf911366c6bc6f040ff9f620a944efbf2b7264afe071609
8e87f0ebc50d10f1bc9734329a9900179b84ccd39e4d0920b905cc359cf6e94a6e760bbe3a0890c7
</code></pre>

<div class="ds-c-alert ds-c-alert--hide-icon">
Expand Down
2 changes: 1 addition & 1 deletion _includes/guide/try_the_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>
</h3>
<pre><code>curl -d '' -X POST 'https://sandbox.bcda.cms.gov/auth/token' \

--user 3841c594-a8c0-41e5-98cc-38bb45360d3c:d89810016460e6924a1c62583e5f51d1cbf911366c6bc6f040ff9f620a944efbf2b7264afe071609 \
--user 2462c96b-6427-4efb-aed7-118e20c2e997:8e87f0ebc50d10f1bc9734329a9900179b84ccd39e4d0920b905cc359cf6e94a6e760bbe3a0890c7 \
-H "accept: application/json"</code></pre>

<h3>
Expand Down

0 comments on commit 191d3aa

Please sign in to comment.