diff --git a/en/asgardeo/docs/apis/restapis/user-identity-verification.yaml b/en/asgardeo/docs/apis/restapis/user-identity-verification.yaml
index 8d6f318d1b..df94a55357 100644
--- a/en/asgardeo/docs/apis/restapis/user-identity-verification.yaml
+++ b/en/asgardeo/docs/apis/restapis/user-identity-verification.yaml
@@ -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.
-
Scope(Permission) required: `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.
-
Scope(Permission) required: `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:
@@ -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.
-
Scope(Permission) required: `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:
diff --git a/en/identity-server/next/docs/apis/restapis/user-identity-verification.yaml b/en/identity-server/next/docs/apis/restapis/user-identity-verification.yaml
index 8d6f318d1b..df94a55357 100644
--- a/en/identity-server/next/docs/apis/restapis/user-identity-verification.yaml
+++ b/en/identity-server/next/docs/apis/restapis/user-identity-verification.yaml
@@ -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.
-
Scope(Permission) required: `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.
-
Scope(Permission) required: `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:
@@ -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.
-
Scope(Permission) required: `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: