Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jul 24, 2024
1 parent e0d78fa commit 38de17f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions json/PaymentsAppService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "1",
"x-timestamp" : "2024-07-16T16:28:13Z"
"x-timestamp" : "2024-07-23T17:29:07Z"
},
"tags" : [ {
"name" : "Payments App API"
"name" : "Payments App"
} ],
"paths" : {
"/merchants/{merchantId}/generatePaymentsAppBoardingToken" : {
"post" : {
"tags" : [ "Payments App API" ],
"tags" : [ "Payments App" ],
"summary" : "Create a boarding token - merchant level",
"description" : "Creates a boarding token used to authenticate the installation of a Payments App instance on an Android device. The boarding token is created for the `boardingRequestToken` of the Payments App for the merchant account identified in the path. \n\nTo make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):\n* Adyen Payments App role\n",
"operationId" : "post-merchants-merchantId-generatePaymentsAppBoardingToken",
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"/merchants/{merchantId}/stores/{storeId}/generatePaymentsAppBoardingToken" : {
"post" : {
"tags" : [ "Payments App API" ],
"tags" : [ "Payments App" ],
"summary" : "Create a boarding token - store level",
"description" : "Creates a boarding token used to authenticate the installation of a Payments App instance on an Android device. The boarding token is created for the `boardingRequestToken` of the Payments App for the store identified in the path.\n\nTo make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):\n* Adyen Payments App role\n",
"operationId" : "post-merchants-merchantId-stores-storeId-generatePaymentsAppBoardingToken",
Expand Down Expand Up @@ -212,7 +212,7 @@
},
"/merchants/{merchantId}/paymentsApps" : {
"get" : {
"tags" : [ "Payments App API" ],
"tags" : [ "Payments App" ],
"summary" : "Get a list of Payments Apps - merchant level",
"description" : "Returns the list of Payments App instances for the merchant account identified in the path.\n\nTo make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):\n* Adyen Payments App role\n",
"operationId" : "get-merchants-merchantId-paymentsApps",
Expand Down Expand Up @@ -318,7 +318,7 @@
},
"/merchants/{merchantId}/stores/{storeId}/paymentsApps" : {
"get" : {
"tags" : [ "Payments App API" ],
"tags" : [ "Payments App" ],
"summary" : "Get a list of Payments Apps - store level",
"description" : "Returns the list of Payments App instances for the store identified in the path.\n\nTo make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):\n* Adyen Payments App role\n",
"operationId" : "get-merchants-merchantId-stores-storeId-paymentsApps",
Expand Down Expand Up @@ -432,7 +432,7 @@
},
"/merchants/{merchantId}/paymentsApps/{installationId}/revoke" : {
"post" : {
"tags" : [ "Payments App API" ],
"tags" : [ "Payments App" ],
"summary" : "Revoke Payments App instance authentication",
"description" : "Revokes the authentication of the Payments App instance for the `installationId` and merchant account identified in the path. This call revokes the authentication of the Payments App instance with the `installationId` identified in the path for both merchant accounts and stores.\n\nTo make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):\n* Adyen Payments App role\n",
"operationId" : "post-merchants-merchantId-paymentsApps-installationId-revoke",
Expand Down
14 changes: 7 additions & 7 deletions yaml/PaymentsAppService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
version: '1'
x-timestamp: '2024-07-16T16:28:13Z'
x-timestamp: '2024-07-23T17:29:07Z'
tags:
- name: Payments App API
- name: Payments App
paths:
/merchants/{merchantId}/generatePaymentsAppBoardingToken:
post:
tags:
- Payments App API
- Payments App
summary: Create a boarding token - merchant level
description: "Creates a boarding token used to authenticate the installation\
\ of a Payments App instance on an Android device. The boarding token is created\
Expand Down Expand Up @@ -120,7 +120,7 @@ paths:
/merchants/{merchantId}/stores/{storeId}/generatePaymentsAppBoardingToken:
post:
tags:
- Payments App API
- Payments App
summary: Create a boarding token - store level
description: 'Creates a boarding token used to authenticate the installation
of a Payments App instance on an Android device. The boarding token is created
Expand Down Expand Up @@ -194,7 +194,7 @@ paths:
/merchants/{merchantId}/paymentsApps:
get:
tags:
- Payments App API
- Payments App
summary: Get a list of Payments Apps - merchant level
description: 'Returns the list of Payments App instances for the merchant account
identified in the path.
Expand Down Expand Up @@ -276,7 +276,7 @@ paths:
/merchants/{merchantId}/stores/{storeId}/paymentsApps:
get:
tags:
- Payments App API
- Payments App
summary: Get a list of Payments Apps - store level
description: 'Returns the list of Payments App instances for the store identified
in the path.
Expand Down Expand Up @@ -364,7 +364,7 @@ paths:
/merchants/{merchantId}/paymentsApps/{installationId}/revoke:
post:
tags:
- Payments App API
- Payments App
summary: Revoke Payments App instance authentication
description: 'Revokes the authentication of the Payments App instance for the
`installationId` and merchant account identified in the path. This call revokes
Expand Down

0 comments on commit 38de17f

Please sign in to comment.