Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/camaraproject/Tenure into p…
Browse files Browse the repository at this point in the history
…re-release-r2.1
  • Loading branch information
fernandopradocabrillo committed Jan 20, 2025
2 parents a58f4bb + e38c68a commit b83bb3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/API_definitions/kyc-tenure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ paths:
required: false
schema:
type: string
pattern: ^[a-zA-Z0-9-]{1,55}$
example: "b4333c46-49c0-4f62-80d7-f0ef930f1c46"

requestBody:
required: true
Expand All @@ -138,6 +140,9 @@ paths:
responses:
"200":
description: Respond with tenure information
headers:
x-correlator:
$ref: "#/components/headers/X-Correlator"
content:
application/json:
schema:
Expand Down Expand Up @@ -175,6 +180,8 @@ components:
required: false
schema:
type: string
pattern: ^[a-zA-Z0-9-]{1,55}$
example: "b4333c46-49c0-4f62-80d7-f0ef930f1c46"

responses:
Generic400:
Expand Down

0 comments on commit b83bb3f

Please sign in to comment.