Skip to content

Commit

Permalink
Include version in operation summary (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotid committed Nov 19, 2024
1 parent ebd715b commit 52d9f42
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion catalog/devicelocation/devicelocation_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ paths:
post:
tags:
- Verify a device location
summary: Device Location /verify
summary: Verify location v0.1
security:
- three_legged:
- device-location-read
Expand Down
4 changes: 2 additions & 2 deletions catalog/devicestatus/devicestatus_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ servers:
paths:
/roaming:
post:
summary: Device Status /roaming
summary: Check roaming status v0.4
tags:
- Get a device roaming status
- Get a device status
security:
- three_legged:
- device-status-roaming-read
Expand Down
16 changes: 8 additions & 8 deletions catalog/knowyourcustomer/kyc_match_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ tags:
paths:
/v0/match:
post:
summary: KYC Match v0.1 /match
summary: Verify match v0.1
tags:
- Match a customer identity
- Verify a customer identity

description: |
Matches a customer identity by checking a set of attributes related against the account data bound to their phone number.
Expand Down Expand Up @@ -168,11 +168,15 @@ paths:
$ref: '#/components/responses/Generic504'
/v0.2/match:
post:
summary: KYC Match v0.2 /match
summary: Verify match v0.2
tags:
- Match a customer identity
- Verify a customer identity

description: |
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:FraudPreventionAndDetection#kyc-match:match`
Verify matching of a number of attributes related to a customer identity against the verified data bound to their phone number in the Operator systems. Regardless of whether the `phoneNumber` is explicitly stated in the request body, at least one of the other fields must be provided, otherwise a `HTTP 400 - KNOW_YOUR_CUSTOMER.INVALID_PARAM_COMBINATION` error will be returned.
In order to proceed with the match check, some Operators may have the requirement to perform an additional level of validation based on the `idDocument` property. This means that, in those cases, the `idDocument` is required and the provided value needs to match the one stored in the Operator system associated with the indicated `phoneNumber`. This validation will be done before proceeding with the match check of the rest of the properties. The following two rules apply only in the cases where the Operator have the requirement to validate the `idDocument`:
Expand All @@ -185,10 +189,6 @@ paths:
- **false**: the attribute provided does not match with the one in the Operator systems.
- **not_available**: the attribute is not available to validate.
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:FraudPreventionAndDetection#kyc`
operationId: KYC_Match_v0.2

security:
Expand Down
2 changes: 1 addition & 1 deletion catalog/numberverification/numberverification_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ servers:
paths:
/verify:
post:
summary: Number Verification /verify
summary: Verify number v0.3
tags:
- Verify a phone number
description: |
Expand Down
8 changes: 4 additions & 4 deletions catalog/qod/qod_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ servers:
paths:
/sessions:
post:
summary: QoD /sessions
summary: Create QoD session v0.8
tags:
- QoD sessions
security:
Expand Down Expand Up @@ -124,7 +124,7 @@ paths:
$ref: "#/components/responses/Generic503"
/sessions/{sessionId}:
get:
summary: QoD /sessions
summary: Check QoD session v0.8
tags:
- QoD sessions
description: |
Expand Down Expand Up @@ -170,7 +170,7 @@ paths:
"503":
$ref: "#/components/responses/Generic503"
delete:
summary: QoD /sessions
summary: Cancel QoD session v0.8
tags:
- QoD sessions
description: |
Expand Down Expand Up @@ -213,7 +213,7 @@ paths:
$ref: "#/components/responses/Generic503"
/notifications:
post:
summary: QoD /notifications
summary: Listen for QoD notifications v0.8
tags:
- Session notifications callback
security:
Expand Down
4 changes: 2 additions & 2 deletions catalog/simswap/simswap_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ servers:
paths:
/check:
post:
summary: SIM Swap /check
summary: Check SIM Swap v0.4
tags:
- Check for a SIM swap
security:
Expand Down Expand Up @@ -82,7 +82,7 @@ paths:
$ref: "#/components/responses/Generic504"
/retrieve-date:
post:
summary: SIM Swap /retrieve-date
summary: Retrieve last SIM Swap date v0.4
tags:
- Retrieve latest SIM swap date
security:
Expand Down

0 comments on commit 52d9f42

Please sign in to comment.