mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -14712,6 +14712,14 @@
|
||||
"requestBody" : {
|
||||
"content" : {
|
||||
"application/json" : {
|
||||
"examples" : {
|
||||
"post-terminals-terminalId-reassign-merchant" : {
|
||||
"$ref" : "#/components/examples/post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-merchant"
|
||||
},
|
||||
"post-terminals-terminalId-reassign-store" : {
|
||||
"$ref" : "#/components/examples/post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-store"
|
||||
}
|
||||
},
|
||||
"schema" : {
|
||||
"$ref" : "#/components/schemas/TerminalReassignmentRequest"
|
||||
}
|
||||
@@ -28974,6 +28982,21 @@
|
||||
"status" : 422,
|
||||
"detail" : "Terminal IDs are empty"
|
||||
}
|
||||
},
|
||||
"post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-merchant" : {
|
||||
"summary" : "Reassign a terminal to your merchant account",
|
||||
"description" : "Example request to reassign terminal to your merchant account",
|
||||
"value" : {
|
||||
"merchantId" : "YOUR_MERCHANT_ID",
|
||||
"inventory" : false
|
||||
}
|
||||
},
|
||||
"post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-store" : {
|
||||
"summary" : "Reassign a terminal to your store",
|
||||
"description" : "Example request to reassign terminal to your store",
|
||||
"value" : {
|
||||
"storeId" : "YOUR_STORE_ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9616,6 +9616,11 @@ paths:
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
examples:
|
||||
post-terminals-terminalId-reassign-merchant:
|
||||
$ref: '#/components/examples/post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-merchant'
|
||||
post-terminals-terminalId-reassign-store:
|
||||
$ref: '#/components/examples/post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-store'
|
||||
schema:
|
||||
$ref: '#/components/schemas/TerminalReassignmentRequest'
|
||||
parameters:
|
||||
@@ -21410,3 +21415,14 @@ components:
|
||||
title: Terminal ID verification failed.
|
||||
status: 422
|
||||
detail: Terminal IDs are empty
|
||||
post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-merchant:
|
||||
summary: Reassign a terminal to your merchant account
|
||||
description: Example request to reassign terminal to your merchant account
|
||||
value:
|
||||
merchantId: YOUR_MERCHANT_ID
|
||||
inventory: false
|
||||
post-terminals-terminalId-reassign-post-terminals-terminalId-reassign-store:
|
||||
summary: Reassign a terminal to your store
|
||||
description: Example request to reassign terminal to your store
|
||||
value:
|
||||
storeId: YOUR_STORE_ID
|
||||
|
||||
Reference in New Issue
Block a user