Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions api-reference/user-app/abdm-connect/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4111,13 +4111,28 @@ components:
type: object
ApproveRequest:
properties:
access_mode:
enum:
- view
type: string
consent_artefacts:
description: List of consent artefacts.
items:
$ref: '#/components/schemas/ApproveConsent'
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
Expand Down Expand Up @@ -6160,6 +6175,14 @@ components:
examples:
- M
type: string
index:
examples:
- 1
type: integer
kyc_verified:
examples:
- "true"
type: string
name:
examples:
- John Doe
Expand Down