Skip to content

Commit

Permalink
Merge pull request #4937 from AfraHussaindeen/master_idvp
Browse files Browse the repository at this point in the history
Remove unused api's
  • Loading branch information
himeshsiriwardana authored Dec 19, 2024
2 parents c0d25ea + 38ca732 commit e2cfa32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 320 deletions.
160 changes: 0 additions & 160 deletions en/asgardeo/docs/apis/restapis/user-identity-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,116 +100,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Error'
post:
tags:
- Me - Identity Verification
summary: Add identity verification claim.
description: >
This API provides the capability to add verification claim data.
<br><b>Scope(Permission) required:</b> `internal_login`
operationId: meAddIdVClaim
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimPostRequest'
description: This represents the identity provider to be created.
required: true
responses:
'201':
description: Successful response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/verificationClaimPostResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
'403':
description: Forbidden
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
put:
tags:
- Me - Identity Verification
summary: Update identity verification claims.
description: >
This API provides the capability to update verification claims of a user.
<br><b>Scope(Permission) required:</b> `internal_login`
operationId: meUpdateIdVClaims
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimPostRequest'
description: This represents the identity provider to be created.
required: true
responses:
'201':
description: Successful response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/verificationClaimPostResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
'403':
description: Forbidden
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
/me/idv/claims/{claim-id}:
get:
tags:
Expand Down Expand Up @@ -257,56 +147,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Error'
put:
tags:
- Me - Identity Verification
summary: Update identity verification claim
description: >
This API provides the capability to update a identity verification claim of a user.
<br><b>Scope(Permission) required:</b> `internal_login`
operationId: meUpdateIdVClaim
parameters:
- name: claim-id
in: path
description: Claim that needs to retrieve verification metadata
required: true
schema:
type: string
responses:
'200':
description: Successful response
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimUpdateRequest'
required: true

components:
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,116 +100,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Error'
post:
tags:
- Me - Identity Verification
summary: Add identity verification claim.
description: >
This API provides the capability to add verification claim data.
<br><b>Scope(Permission) required:</b> `internal_login`
operationId: meAddIdVClaim
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimPostRequest'
description: This represents the identity provider to be created.
required: true
responses:
'201':
description: Successful response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/verificationClaimPostResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
'403':
description: Forbidden
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
put:
tags:
- Me - Identity Verification
summary: Update identity verification claims.
description: >
This API provides the capability to update verification claims of a user.
<br><b>Scope(Permission) required:</b> `internal_login`
operationId: meUpdateIdVClaims
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimPostRequest'
description: This represents the identity provider to be created.
required: true
responses:
'201':
description: Successful response
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/verificationClaimPostResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
'403':
description: Forbidden
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
application/xml:
schema:
$ref: '#/components/schemas/Error'
/me/idv/claims/{claim-id}:
get:
tags:
Expand Down Expand Up @@ -257,56 +147,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Error'
put:
tags:
- Me - Identity Verification
summary: Update identity verification claim
description: >
This API provides the capability to update a identity verification claim of a user.
<br><b>Scope(Permission) required:</b> `internal_login`
operationId: meUpdateIdVClaim
parameters:
- name: claim-id
in: path
description: Claim that needs to retrieve verification metadata
required: true
schema:
type: string
responses:
'200':
description: Successful response
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/verificationClaimUpdateRequest'
required: true

components:
parameters:
Expand Down

0 comments on commit e2cfa32

Please sign in to comment.