From 2827f1e3b12436c83bb2357bc4c870e507c14f49 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Mon, 6 May 2024 15:30:22 +0200 Subject: [PATCH] spec release --- json/ManagementService-v1.json | 4 ++-- json/ManagementService-v3.json | 4 ++-- yaml/ManagementService-v1.yaml | 8 +++----- yaml/ManagementService-v3.yaml | 8 +++----- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/json/ManagementService-v1.json b/json/ManagementService-v1.json index ddd9183..473b7ba 100644 --- a/json/ManagementService-v1.json +++ b/json/ManagementService-v1.json @@ -19850,7 +19850,7 @@ "type" : "string" }, "output" : { - "description" : "The response your server returned for the test webhook.\n\nYour server must respond with **[accepted]** for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.", + "description" : "The response your server returned for the test webhook.\n\nYour server must respond with **HTTP 2xx* for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.", "type" : "string" }, "requestSent" : { @@ -19867,7 +19867,7 @@ "type" : "string" }, "status" : { - "description" : "The status of the test request. Possible values are:\n* **success**, if `data.output`: **[accepted]** and `data.responseCode`: **200**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.", + "description" : "The status of the test request. Possible values are:\n* **success**, `data.responseCode`: **2xx**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.", "type" : "string" } }, diff --git a/json/ManagementService-v3.json b/json/ManagementService-v3.json index a2e24ac..89ce3b7 100644 --- a/json/ManagementService-v3.json +++ b/json/ManagementService-v3.json @@ -20240,7 +20240,7 @@ "type" : "string" }, "output" : { - "description" : "The response your server returned for the test webhook.\n\nYour server must respond with **[accepted]** for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.", + "description" : "The response your server returned for the test webhook.\n\nYour server must respond with **HTTP 2xx* for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.", "type" : "string" }, "requestSent" : { @@ -20257,7 +20257,7 @@ "type" : "string" }, "status" : { - "description" : "The status of the test request. Possible values are:\n* **success**, if `data.output`: **[accepted]** and `data.responseCode`: **200**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.", + "description" : "The status of the test request. Possible values are:\n* **success**, `data.responseCode`: **2xx**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.", "type" : "string" } }, diff --git a/yaml/ManagementService-v1.yaml b/yaml/ManagementService-v1.yaml index 6a8a365..0d58ac8 100644 --- a/yaml/ManagementService-v1.yaml +++ b/yaml/ManagementService-v1.yaml @@ -14256,9 +14256,8 @@ components: description: 'The response your server returned for the test webhook. - Your server must respond with **[accepted]** for the test webhook to be - successful (`data.status`: **success**). Find out more about [accepting - notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications) + Your server must respond with **HTTP 2xx* for the test webhook to be successful + (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications) You can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) @@ -14286,8 +14285,7 @@ components: status: description: 'The status of the test request. Possible values are: - * **success**, if `data.output`: **[accepted]** and `data.responseCode`: - **200**. + * **success**, `data.responseCode`: **2xx**. * **failed**, in all other cases. diff --git a/yaml/ManagementService-v3.yaml b/yaml/ManagementService-v3.yaml index cc47dca..1cac24f 100644 --- a/yaml/ManagementService-v3.yaml +++ b/yaml/ManagementService-v3.yaml @@ -14586,9 +14586,8 @@ components: description: 'The response your server returned for the test webhook. - Your server must respond with **[accepted]** for the test webhook to be - successful (`data.status`: **success**). Find out more about [accepting - notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications) + Your server must respond with **HTTP 2xx* for the test webhook to be successful + (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications) You can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) @@ -14616,8 +14615,7 @@ components: status: description: 'The status of the test request. Possible values are: - * **success**, if `data.output`: **[accepted]** and `data.responseCode`: - **200**. + * **success**, `data.responseCode`: **2xx**. * **failed**, in all other cases.