Skip to content

Commit

Permalink
Update age-vefification.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesInnov35 authored Feb 16, 2024
1 parent ed7003f commit 0335b85
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/API_definitions/age-vefification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@ servers:
default: http://localhost:9091
description: API root
basePath:
default: kyc-ageverification/v0
description: Base path for the KYC-AgeVerification API
default: kyc-ageverify/v0
description: Base path for the KYC-AgeVerify API

tags:
- name: AgeVerification
- name: AgeVerify

description: Operations to verify the age of a user.

paths:
/ageverification:
/ageverify:
post:
tags:
- AgeVerification
- AgeVerify
summary: Verify if the age of a user is under the provided age value submitted in order to automatically denied access to gaming, alcohol, or other age-restricted sites.

operationId: KYC_AgeVerification
operationId: KYC_AgeVerify

security:
- openId:
- know-your-customer:AgeVerification
- know-your-customer:AgeVerify


parameters:
Expand All @@ -52,7 +52,7 @@ paths:
schema:
$ref: '#/components/schemas/KYC_RequestBody'
examples:
AgeVerificationRequestExample:
RequestExample:
value:
phoneNumber: '+34629255833'
age: 18
Expand Down

0 comments on commit 0335b85

Please sign in to comment.