diff --git a/.DS_Store b/.DS_Store index 74b86ac8..a16219e6 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/api-reference/user-app/abdm-connect/registration.yml b/api-reference/user-app/abdm-connect/registration.yml index 3cf3a9fe..339d4324 100644 --- a/api-reference/user-app/abdm-connect/registration.yml +++ b/api-reference/user-app/abdm-connect/registration.yml @@ -4111,6 +4111,10 @@ components: type: object ApproveRequest: properties: + access_mode: + enum: + - view + type: string consent_artefacts: description: List of consent artefacts. items: @@ -4118,6 +4122,17 @@ components: type: - array - "null" + duration: + $ref: '#/components/schemas/CommonsDuration' + erase_at: + format: date-time + type: string + hi_types: + items: + type: string + type: + - array + - "null" id: description: Unique identifier of a consent, also called the consent ID. type: string @@ -6160,6 +6175,14 @@ components: examples: - M type: string + index: + examples: + - 1 + type: integer + kyc_verified: + examples: + - "true" + type: string name: examples: - John Doe