From ed7cedc1a886529a245595f6d983c0a14bd32e82 Mon Sep 17 00:00:00 2001 From: saravanpa-aot Date: Tue, 8 Mar 2022 11:44:59 -0800 Subject: [PATCH] updated auth api schema to include missing bcol and a few other attributes --- docs/docs/api_contract/auth-api-1.0.0.yaml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/docs/docs/api_contract/auth-api-1.0.0.yaml b/docs/docs/api_contract/auth-api-1.0.0.yaml index 7a02dee87e..e43e60d7d4 100755 --- a/docs/docs/api_contract/auth-api-1.0.0.yaml +++ b/docs/docs/api_contract/auth-api-1.0.0.yaml @@ -847,6 +847,23 @@ paths: businessType: LAW businessSize: 2-5 businessName: SAMPLE PREMIUM ACCOUNT + example2: + value: + accessType: REGULAR + created: '2021-02-27T23:33:42.039641+00:00' + createdBy: BCREG2 Chun Fourteen + id: 854 + modified: '2021-02-27T23:33:42.039641+00:00' + name: SAMPLE PREMIUM ACCOUNT + branchName: SAMPLE BRANCH NAME + orgType: PREMIUM + orgStatus: ACTIVE + businessType: LAW + businessSize: 2-5 + businessName: SAMPLE PREMIUM ACCOUNT + bcolAccountId: 12345 + bcolAccountName: NEW BC ONLINE TECH TEAM + bcolUserId: BCOL12344 '404': description: Not Found content: @@ -3208,6 +3225,31 @@ components: title: The Name Schema default: '' pattern: ^(.*)$ + branchName: + type: string + title: The Branch Name Schema + default: '' + pattern: ^(.*)$ + bcolAccountId: + type: string + title: The BCOL Account Id + default: '' + pattern: ^(.*)$ + bcolAccountName: + type: string + title: The BCOL Account Name Schema + default: '' + pattern: ^(.*)$ + bcolUserId: + type: string + title: The BCOL User Id + default: '' + pattern: ^(.*)$ + accessType: + type: string + title: The Access Type Schema + default: '' + pattern: ^(.*)$ orgType: type: string title: The Orgtype Schema