Skip to content

Commit

Permalink
Update OpenAPI specification (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-ukey authored Sep 26, 2022
1 parent d8fd094 commit c89fa02
Show file tree
Hide file tree
Showing 16 changed files with 11,955 additions and 11,256 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## [1.0.2] (2022-09-22)


### Bug Fixes

* explicitly define combined OpenAPI file
* rename operationIds mock endpoints

## 1.0.1 (2022-09-09)


### Bug Fixes

* include all usdc supported chains

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
4 changes: 2 additions & 2 deletions openapi/json/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "1.0.1",
"version": "1.0.2",
"title": "Core Functionality",
"description": "APIs for managing your account balance. These endpoints are available with all Circle APIs."
},
Expand Down Expand Up @@ -1917,7 +1917,7 @@
],
"summary": "Create a mock Silvergate SEN payment",
"description": "In the sandbox environment, initiate a mock SEN transfer that mimics the behavior of funds sent through the Silvergate SEN account linked to master wallet.",
"operationId": "createSenPayment",
"operationId": "createMockSenPayment",
"tags": [
"Deposits"
],
Expand Down
2 changes: 1 addition & 1 deletion openapi/json/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "1.0.1",
"version": "1.0.2",
"title": "Accounts API",
"description": "APIs to manage custodial wallets."
},
Expand Down
Loading

0 comments on commit c89fa02

Please sign in to comment.