Skip to content

Commit

Permalink
Update OpenAPI docs to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-github-action-bot committed Mar 11, 2024
1 parent baf2a85 commit c8360fe
Show file tree
Hide file tree
Showing 14 changed files with 140 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.8.0](https://github.com/circlefin/openapi-internal/compare/v2.7.1...v2.8.0) (2024-03-11)


### New Features

* add business address recipient delete API

## [2.7.1](https://github.com/circlefin/openapi-internal/compare/v2.7.0...v2.7.1) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.8.0
40 changes: 39 additions & 1 deletion openapi/json/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.7.1",
"version": "2.8.0",
"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"
},
Expand Down Expand Up @@ -1637,6 +1637,44 @@
}
}
},
"/v1/businessAccount/wallets/addresses/recipient/{id}": {
"delete": {
"security": [
{
"bearerAuth": []
}
],
"parameters": [
{
"$ref": "#/components/parameters/IdPath"
}
],
"summary": "Delete a recipient address",
"operationId": "deleteBusinessRecipientAddress",
"tags": [
"Addresses"
],
"responses": {
"200": {
"headers": {
"X-Request-Id": {
"$ref": "#/components/headers/XRequestId"
}
},
"description": "Successfully removed the recipient address."
},
"400": {
"$ref": "#/components/responses/BadRequest"
},
"401": {
"$ref": "#/components/responses/NotAuthorized"
},
"404": {
"$ref": "#/components/responses/NotFound"
}
}
}
},
"/v1/businessAccount/deposits": {
"get": {
"security": [
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": "2.7.1",
"version": "2.8.0",
"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."
},
Expand Down
40 changes: 39 additions & 1 deletion openapi/json/circle-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.7.1",
"version": "2.8.0",
"title": "All Circle APIs",
"description": "Circle's General, Core Functionality, Payments, Payouts, Accounts, and Crypto Payments APIs bundled into one OpenAPI Specification."
},
Expand Down Expand Up @@ -1874,6 +1874,44 @@
}
}
},
"/v1/businessAccount/wallets/addresses/recipient/{id}": {
"delete": {
"security": [
{
"bearerAuth": []
}
],
"parameters": [
{
"$ref": "#/components/parameters/IdPath"
}
],
"summary": "Delete a recipient address",
"operationId": "deleteBusinessRecipientAddress",
"tags": [
"Addresses"
],
"responses": {
"200": {
"headers": {
"X-Request-Id": {
"$ref": "#/components/headers/XRequestId"
}
},
"description": "Successfully removed the recipient address."
},
"400": {
"$ref": "#/components/responses/BadRequest"
},
"401": {
"$ref": "#/components/responses/NotAuthorized"
},
"404": {
"$ref": "#/components/responses/NotFound"
}
}
}
},
"/v1/businessAccount/deposits": {
"get": {
"security": [
Expand Down
2 changes: 1 addition & 1 deletion openapi/json/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.7.1",
"version": "2.8.0",
"title": "API Overview",
"description": "Common endpoints shared across all Circle APIs."
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/json/payments.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.7.1",
"version": "2.8.0",
"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"
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/json/payouts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"info": {
"version": "2.7.1",
"version": "2.8.0",
"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."
},
Expand Down
24 changes: 23 additions & 1 deletion openapi/yaml/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.7.1
version: 2.8.0
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.
Expand Down Expand Up @@ -1062,6 +1062,28 @@ paths:
description: My USDC address at a cryptocurrency exchange
'401':
$ref: '#/components/responses/NotAuthorized'
/v1/businessAccount/wallets/addresses/recipient/{id}:
delete:
security:
- bearerAuth: []
parameters:
- $ref: '#/components/parameters/IdPath'
summary: Delete a recipient address
operationId: deleteBusinessRecipientAddress
tags:
- Addresses
responses:
'200':
headers:
X-Request-Id:
$ref: '#/components/headers/XRequestId'
description: Successfully removed the recipient address.
'400':
$ref: '#/components/responses/BadRequest'
'401':
$ref: '#/components/responses/NotAuthorized'
'404':
$ref: '#/components/responses/NotFound'
/v1/businessAccount/deposits:
get:
security:
Expand Down
2 changes: 1 addition & 1 deletion openapi/yaml/accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.7.1
version: 2.8.0
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
Expand Down
24 changes: 23 additions & 1 deletion openapi/yaml/circle-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.7.1
version: 2.8.0
title: All Circle APIs
description: Circle's General, Core Functionality, Payments, Payouts, Accounts,
and Crypto Payments APIs bundled into one OpenAPI Specification.
Expand Down Expand Up @@ -1195,6 +1195,28 @@ paths:
description: My USDC address at a cryptocurrency exchange
'401':
$ref: '#/components/responses/NotAuthorized'
/v1/businessAccount/wallets/addresses/recipient/{id}:
delete:
security:
- bearerAuth: []
parameters:
- $ref: '#/components/parameters/IdPath'
summary: Delete a recipient address
operationId: deleteBusinessRecipientAddress
tags:
- Addresses
responses:
'200':
headers:
X-Request-Id:
$ref: '#/components/headers/XRequestId'
description: Successfully removed the recipient address.
'400':
$ref: '#/components/responses/BadRequest'
'401':
$ref: '#/components/responses/NotAuthorized'
'404':
$ref: '#/components/responses/NotFound'
/v1/businessAccount/deposits:
get:
security:
Expand Down
2 changes: 1 addition & 1 deletion openapi/yaml/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.7.1
version: 2.8.0
title: API Overview
description: Common endpoints shared across all Circle APIs.
tags:
Expand Down
2 changes: 1 addition & 1 deletion openapi/yaml/payments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.7.1
version: 2.8.0
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
Expand Down
2 changes: 1 addition & 1 deletion openapi/yaml/payouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
servers:
- url: https://api-sandbox.circle.com
info:
version: 2.7.1
version: 2.8.0
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.
Expand Down

0 comments on commit c8360fe

Please sign in to comment.