Skip to content

Commit 8b374e9

Browse files
Merge pull request #102 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 29e0df3 + dd8dc9b commit 8b374e9

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

api.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7059,6 +7059,64 @@ paths:
70597059
- organizationId
70607060
- transactionType
70617061
- userId
7062+
- type: object
7063+
properties:
7064+
birthdate:
7065+
type: string
7066+
format: date-time
7067+
title: ISO Date String
7068+
country:
7069+
type: string
7070+
minLength: 1
7071+
countryOfIncorporation:
7072+
type: string
7073+
minLength: 1
7074+
dateOfIncorporation:
7075+
type: string
7076+
format: date-time
7077+
title: ISO Date String
7078+
debugFailureReason:
7079+
type: string
7080+
minLength: 1
7081+
debugStatus:
7082+
type: string
7083+
minLength: 1
7084+
enterpriseId:
7085+
type: string
7086+
minLength: 1
7087+
enterpriseName:
7088+
type: string
7089+
minLength: 1
7090+
isEntity:
7091+
type: boolean
7092+
nameFirst:
7093+
type: string
7094+
minLength: 1
7095+
nameLast:
7096+
type: string
7097+
minLength: 1
7098+
nameMiddle:
7099+
type: string
7100+
minLength: 1
7101+
organizationId:
7102+
type: string
7103+
transactionType:
7104+
type: string
7105+
enum:
7106+
- unverifiedPayGoUser
7107+
userId:
7108+
type: string
7109+
minLength: 1
7110+
required:
7111+
- birthdate
7112+
- country
7113+
- enterpriseId
7114+
- isEntity
7115+
- nameFirst
7116+
- nameLast
7117+
- organizationId
7118+
- transactionType
7119+
- userId
70627120
- type: object
70637121
properties:
70647122
addressCity:

0 commit comments

Comments
 (0)