Skip to content

Commit 3c10b45

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent f085188 commit 3c10b45

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

api.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49804,6 +49804,26 @@ components:
4980449804
enum:
4980549805
- custodialCold
4980649806
- custodialHot
49807+
CustodyServicesAgreement:
49808+
type: object
49809+
description: Information about the signed custody services agreement
49810+
properties:
49811+
user:
49812+
$ref: '#/components/schemas/Id'
49813+
date:
49814+
type: string
49815+
format: date-time
49816+
description: The date when the agreement was signed
49817+
ip:
49818+
type: string
49819+
description: The IP address from which the agreement was signed
49820+
bitgoOrg:
49821+
allOf:
49822+
- $ref: '#/components/schemas/PlatformBitgoOrg'
49823+
- description: The Trust entity for which the CSA was signed. Used to prevent switching custodians after signing. May be undefined for legacy agreements signed before this field was added.
49824+
required:
49825+
- user
49826+
- date
4980749827
CustomChangeKeySignatures:
4980849828
type: object
4980949829
properties:
@@ -62282,6 +62302,8 @@ components:
6228262302
description: whether the enterprise has the license to create hot wallets
6228362303
contract:
6228462304
$ref: '#/components/schemas/PlatformEnterpriseContract'
62305+
custodyServicesAgreement:
62306+
$ref: '#/components/schemas/CustodyServicesAgreement'
6228562307
emergencyPhone:
6228662308
$ref: '#/components/schemas/EmergencyPhone'
6228762309
ethFeeAddress:

0 commit comments

Comments
 (0)