Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit 60cb039

Browse files
Merge pull request #128 from unbill/BDCS-5107
Update docs to match reality, updated postman to match as well
2 parents 08caf1c + d9168ba commit 60cb039

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/_introduction.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The <%= config.apiName %> uses standard HTTP [verbs](http://www.w3.org/Protocols
3232
To quickly experiment with the API, you can use Postman. You'll need to set the `apiHost` and `apiKey` environment variables.
3333

3434
<div class="postman">
35-
<div class="postman-run-button" data-postman-action="collection/import" data-postman-var-1="e238fb8aba0a35436dd3"></div>
35+
<div class="postman-run-button" data-postman-action="collection/import" data-postman-var-1="75650d1749860d46aaa0"></div>
3636
</div>
3737
<script type="text/javascript">
3838
(function (p,o,s,t,m,a,n) {

source/includes/api/swap/_create.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Example Request
44

55
```shell
6-
curl "<%= config.host %>/swap" \
6+
curl "<%= config.host %>/swap/create" \
77
-H "<%= config.auth %>" \
88
-H "Content-Type: application/json" \
99
-d '{
@@ -14,7 +14,7 @@ curl "<%= config.host %>/swap" \
1414

1515
### HTTP Request
1616

17-
`POST <%= config.host %>/swap`
17+
`POST <%= config.host %>/swap/create`
1818

1919
### Arguments
2020

0 commit comments

Comments
 (0)