Skip to content

Commit

Permalink
Armonize descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotid committed Oct 18, 2024
1 parent 6ed7955 commit 6adf5c0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 7 deletions.
6 changes: 3 additions & 3 deletions callflows/authorization/authorization_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paths:
security:
- none: []
description: |
Authorize an application to access a resource from the user device
Authorizes an application to access a resource from the user device
operationId: authorize
parameters:
- name: response_type
Expand Down Expand Up @@ -89,7 +89,7 @@ paths:
security:
- basicAuth: []
description: |
Authorize an application to access a resource from the backend
Authorizes an application to access a resource from the backend
operationId: bcAuthorize
requestBody:
content:
Expand Down Expand Up @@ -118,7 +118,7 @@ paths:
security:
- basicAuth: []
description: |
Retrieve an access token from the authorization code (frontend) or auth_req_id (backend)
Retrieves an access token from the authorization code (frontend) or auth_req_id (backend)
operationId: token
requestBody:
content:
Expand Down
2 changes: 1 addition & 1 deletion catalog/devicelocation/devicelocation_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ paths:
- three_legged:
- device-location-read
description: |
Verify the location of a device with a given coordinates and accuracy
Verifies the location of a device with a given coordinates and accuracy
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
Expand Down
7 changes: 7 additions & 0 deletions catalog/knowyourcustomer/kyc_match_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ paths:
tags:
- Match

description: |
Matches a customer identity by checking a set of attributes related against the account data bound to their phone number.
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:FraudPreventionAndDetection#kyc`
operationId: KYC_Match

security:
Expand Down
28 changes: 27 additions & 1 deletion catalog/qod/qod_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ paths:
security:
- three_legged:
- qod
description: Creates a new QoS session on demand
description: |
Creates a new QoS session on demand
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:RequestedServiceProvision#qod`
operationId: createSession
requestBody:
description: Creates a new session
Expand Down Expand Up @@ -123,6 +129,13 @@ paths:
summary: QoD /sessions
tags:
- QoD sessions
description: |
Gets information about an active QoS session
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:RequestedServiceProvision#qod`
security:
- three_legged:
- qod
Expand Down Expand Up @@ -162,6 +175,13 @@ paths:
summary: QoD /sessions
tags:
- QoD sessions
description: |
Cancels an active QoS session
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:RequestedServiceProvision#qod`
security:
- three_legged:
- qod
Expand Down Expand Up @@ -203,8 +223,14 @@ paths:
- qod
description: |
Important: this endpoint is to be implemented by the API consumer.
The QoD server will call this endpoint whenever any network related event occurs.
Currently only SESSION_TERMINATED event is implemented. Any other network events are ignored.
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
`dpv:RequestedServiceProvision#qod`
operationId: postNotification
requestBody:
required: true
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 @@ -43,7 +43,7 @@ paths:
- three_legged:
- check-sim-swap
description: |
Check if SIM swap has been performed during a past period
Checks if SIM swap has been performed during a past period
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
Expand Down Expand Up @@ -89,7 +89,7 @@ paths:
- three_legged:
- retrieve-sim-swap-date
description: |
Get timestamp of last MSISDN <-> IMSI pairing change for a mobile user account provided with MSIDN.
Gets the timestamp of last MSISDN <-> IMSI pairing change for a mobile user account provided with MSIDN.
Check the [Authorization guide](/docs/authorization) on how to get an OAuth2 token, with the following purpose:
Expand Down

0 comments on commit 6adf5c0

Please sign in to comment.