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
14 changes: 7 additions & 7 deletions code/API_definitions/kyc-match.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ info:

The following figure is the generic high-level flows of this API.

<img width="848" alt="KYC_Match_flow" src="https://github.com/camaraproject/KnowYourCustomerMatch/blob/r1.1/documentation/API_documentation/assets/kyc-match_flow.png">
<img width="848" alt="KYC_Match_flow" src="https://raw.githubusercontent.com/camaraproject/KnowYourCustomerMatch/r1.1/documentation/API_documentation/assets/kyc-match_flow.png">

Note:

Expand Down Expand Up @@ -67,12 +67,12 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.4.0-rc.1
version: wip

x-camara-commonalities: 0.6

servers:
- url: '{apiRoot}/kyc-match/v0.4rc1'
- url: '{apiRoot}/kyc-match/vwip'
variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -528,15 +528,15 @@ components:
- code
- message
properties:
message:
type: string
description: A human-readable description of what the event represents
status:
type: integer
description: HTTP response status code
code:
type: string
description: Code given to this error
message:
type: string
description: Detailed error description
description: A human-readable code to describe the error

responses:
Generic400:
Expand Down
Loading