From dd8dc9b216420d015e0b4fa7d7ab33074b283fcf Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:18:47 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/api.yaml b/api.yaml index 50e85b7..d35982c 100644 --- a/api.yaml +++ b/api.yaml @@ -7059,6 +7059,64 @@ paths: - organizationId - transactionType - userId + - type: object + properties: + birthdate: + type: string + format: date-time + title: ISO Date String + country: + type: string + minLength: 1 + countryOfIncorporation: + type: string + minLength: 1 + dateOfIncorporation: + type: string + format: date-time + title: ISO Date String + debugFailureReason: + type: string + minLength: 1 + debugStatus: + type: string + minLength: 1 + enterpriseId: + type: string + minLength: 1 + enterpriseName: + type: string + minLength: 1 + isEntity: + type: boolean + nameFirst: + type: string + minLength: 1 + nameLast: + type: string + minLength: 1 + nameMiddle: + type: string + minLength: 1 + organizationId: + type: string + transactionType: + type: string + enum: + - unverifiedPayGoUser + userId: + type: string + minLength: 1 + required: + - birthdate + - country + - enterpriseId + - isEntity + - nameFirst + - nameLast + - organizationId + - transactionType + - userId - type: object properties: addressCity: