Skip to content

Commit

Permalink
Update OpenAPI docs to v2.11.1
Browse files Browse the repository at this point in the history
circle-github-action-bot committed Sep 3, 2024
1 parent 8e80521 commit 17bdd42
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.11.1
2 changes: 1 addition & 1 deletion openapi/json/account.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.11.0",
"version": "2.11.1",
"title": "Core Functionality",
"description": "All of Circle's APIs share a common set of core functionality that lets you manage your Circle Account in a programmatic way.\n\nWith a Circle Account your business can deposit traditional money from 80+ countries and seamlessly convert them into \"digital currency dollars\": USDC. You can then use USDC for everyday payments and treasury flows.\n"
},
2 changes: 1 addition & 1 deletion openapi/json/accounts.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.11.0",
"version": "2.11.1",
"title": "Accounts API",
"description": "The Accounts API allows you to easily create and host digital wallets for your customers, and manage transfers of funds across accounts- whether they are within the Circle platform, or in / out of the platform via on-chain USDC, EUROC, BTC, and ETH connectivity."
},
2 changes: 1 addition & 1 deletion openapi/json/circle-apis.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.11.0",
"version": "2.11.1",
"title": "All Circle APIs",
"description": "Circle's General, Core Functionality, Payments, Payouts, Accounts, and Crypto Payments APIs bundled into one OpenAPI Specification."
},
2 changes: 1 addition & 1 deletion openapi/json/general.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.11.0",
"version": "2.11.1",
"title": "API Overview",
"description": "Common endpoints shared across all Circle APIs."
},
2 changes: 1 addition & 1 deletion openapi/json/payments.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.11.0",
"version": "2.11.1",
"title": "Payments API",
"description": "The Circle Payments API allows you to take payments from your end users via traditional methods such as debit & credit cards and receive settlement in USDC.\n\nThe Circle Payments API has been designed with any business or internet commerce in mind, not just crypto applications, and it's based on Circle's extensive experience processing millions of card payments since 2014.\n"
},
2 changes: 1 addition & 1 deletion openapi/json/payouts.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.11.0",
"version": "2.11.1",
"title": "Payouts API",
"description": "The Circle Payouts API allows you to programmatically make fast, global payouts to your customers, vendors, and suppliers. Make payouts on supported blockchains."
},
2 changes: 1 addition & 1 deletion openapi/yaml/account.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.11.0
version: 2.11.1
title: Core Functionality
description: 'All of Circle''s APIs share a common set of core functionality that
lets you manage your Circle Account in a programmatic way.
2 changes: 1 addition & 1 deletion openapi/yaml/accounts.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.11.0
version: 2.11.1
title: Accounts API
description: The Accounts API allows you to easily create and host digital wallets
for your customers, and manage transfers of funds across accounts- whether they
2 changes: 1 addition & 1 deletion openapi/yaml/circle-apis.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.11.0
version: 2.11.1
title: All Circle APIs
description: Circle's General, Core Functionality, Payments, Payouts, Accounts,
and Crypto Payments APIs bundled into one OpenAPI Specification.
2 changes: 1 addition & 1 deletion openapi/yaml/general.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.11.0
version: 2.11.1
title: API Overview
description: Common endpoints shared across all Circle APIs.
tags:
2 changes: 1 addition & 1 deletion openapi/yaml/payments.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.11.0
version: 2.11.1
title: Payments API
description: 'The Circle Payments API allows you to take payments from your end
users via traditional methods such as debit & credit cards and receive settlement
2 changes: 1 addition & 1 deletion openapi/yaml/payouts.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.11.0
version: 2.11.1
title: Payouts API
description: The Circle Payouts API allows you to programmatically make fast, global
payouts to your customers, vendors, and suppliers. Make payouts on supported blockchains.

0 comments on commit 17bdd42

Please sign in to comment.