Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 16, 2024
1 parent 945c0f5 commit 498a073
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions json/TfmAPIService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"url" : "https://github.com/Adyen/adyen-openapi"
}
},
"x-groups" : [
"General"
],
"tags" : [
{
"name" : "General"
Expand All @@ -33,7 +30,6 @@
"summary" : "Assign terminals",
"description" : "Assigns one or more payment terminals to a merchant account or a store. You can also use this endpoint to reassign terminals between merchant accounts or stores, and to unassign a terminal and return it to company inventory.",
"operationId" : "post-assignTerminals",
"x-groupName" : "General",
"x-sortIndex" : 1,
"x-methodName" : "assignTerminals",
"security" : [
Expand Down Expand Up @@ -169,7 +165,6 @@
"summary" : "Get the account or store of a terminal",
"description" : "Returns the company account, merchant account, or store that a payment terminal is assigned to.",
"operationId" : "post-findTerminal",
"x-groupName" : "General",
"x-sortIndex" : 1,
"x-methodName" : "findTerminal",
"security" : [
Expand Down Expand Up @@ -293,7 +288,6 @@
"summary" : "Get the stores of an account",
"description" : "Returns a list of stores associated with a company account or a merchant account, including the status of each store.",
"operationId" : "post-getStoresUnderAccount",
"x-groupName" : "General",
"x-sortIndex" : 1,
"x-methodName" : "getStoresUnderAccount",
"security" : [
Expand Down Expand Up @@ -423,7 +417,6 @@
"summary" : "Get the details of a terminal",
"description" : "Returns the details of a payment terminal, including where the terminal is assigned to. The response returns the same details that are provided in the terminal list in your Customer Area and in the Terminal Fleet report.",
"operationId" : "post-getTerminalDetails",
"x-groupName" : "General",
"x-sortIndex" : 1,
"x-methodName" : "getTerminalDetails",
"security" : [
Expand Down Expand Up @@ -547,7 +540,6 @@
"summary" : "Get the list of terminals",
"description" : "Returns a list of payment terminals associated with a company account, merchant account, or store. The response shows whether the terminals are in the inventory, or in-store (ready for boarding or already boarded).",
"operationId" : "post-getTerminalsUnderAccount",
"x-groupName" : "General",
"x-sortIndex" : 1,
"x-methodName" : "getTerminalsUnderAccount",
"security" : [
Expand Down
7 changes: 0 additions & 7 deletions yaml/TfmAPIService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ info:
contact:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
x-groups:
- General
tags:
- name: General
paths:
Expand All @@ -76,7 +74,6 @@ paths:
a store. You can also use this endpoint to reassign terminals between merchant
accounts or stores, and to unassign a terminal and return it to company inventory.
operationId: post-assignTerminals
x-groupName: General
x-sortIndex: 1
x-methodName: assignTerminals
security:
Expand Down Expand Up @@ -158,7 +155,6 @@ paths:
description: Returns the company account, merchant account, or store that a
payment terminal is assigned to.
operationId: post-findTerminal
x-groupName: General
x-sortIndex: 1
x-methodName: findTerminal
security:
Expand Down Expand Up @@ -232,7 +228,6 @@ paths:
description: Returns a list of stores associated with a company account or a
merchant account, including the status of each store.
operationId: post-getStoresUnderAccount
x-groupName: General
x-sortIndex: 1
x-methodName: getStoresUnderAccount
security:
Expand Down Expand Up @@ -311,7 +306,6 @@ paths:
terminal is assigned to. The response returns the same details that are provided
in the terminal list in your Customer Area and in the Terminal Fleet report.
operationId: post-getTerminalDetails
x-groupName: General
x-sortIndex: 1
x-methodName: getTerminalDetails
security:
Expand Down Expand Up @@ -386,7 +380,6 @@ paths:
merchant account, or store. The response shows whether the terminals are in
the inventory, or in-store (ready for boarding or already boarded).
operationId: post-getTerminalsUnderAccount
x-groupName: General
x-sortIndex: 1
x-methodName: getTerminalsUnderAccount
security:
Expand Down

0 comments on commit 498a073

Please sign in to comment.