You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49804,6 +49804,26 @@ components:
49804
49804
enum:
49805
49805
- custodialCold
49806
49806
- 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
49807
49827
CustomChangeKeySignatures:
49808
49828
type: object
49809
49829
properties:
@@ -62282,6 +62302,8 @@ components:
62282
62302
description: whether the enterprise has the license to create hot wallets
0 commit comments