From ac877e5f34b9a59dfad9814a7a07c4e03e14c1d4 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Tue, 24 Oct 2023 12:36:02 +0200 Subject: [PATCH] spec release --- json/ManagementService-v3.json | 2 +- yaml/ManagementService-v3.yaml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/json/ManagementService-v3.json b/json/ManagementService-v3.json index 66e2d49..da28b1a 100644 --- a/json/ManagementService-v3.json +++ b/json/ManagementService-v3.json @@ -9,7 +9,7 @@ "version" : "3", "x-publicVersion" : true, "title" : "Management API", - "description" : "Configure and manage your Adyen company and merchant accounts, stores, and payment terminals.\n## Authentication\nEach request to the Management API must be signed with an API key. [Generate your API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key) in the Customer Area and then set this key to the `X-API-Key` header value.\n\nTo access the live endpoints, you need to generate a new API key in your live Customer Area.\n## Versioning\n\nManagement API handles versioning as part of the endpoint URL. For example, to send a request to this version of the `/companies/{companyId}/webhooks` endpoint, use:\n\n```text\nhttps://management-test.adyen.com/v3/companies/{companyId}/webhooks\n```\n\n## Going live\n\nTo access the live endpoints, you need an API key from your live Customer Area. Use this API key to make requests to:\n\n```text\nhttps://management-live.adyen.com/v3\n```", + "description" : "Configure and manage your Adyen company and merchant accounts, stores, and payment terminals.\n## Authentication\nEach request to the Management API must be signed with an API key. [Generate your API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key) in the Customer Area and then set this key to the `X-API-Key` header value.\n\nTo access the live endpoints, you need to generate a new API key in your live Customer Area.\n## Versioning\n\nManagement API handles versioning as part of the endpoint URL. For example, to send a request to this version of the `/companies/{companyId}/webhooks` endpoint, use:\n\n```text\nhttps://management-test.adyen.com/v3/companies/{companyId}/webhooks\n```\n\n## Going live\n\nTo access the live endpoints, you need an API key from your live Customer Area. Use this API key to make requests to:\n\n```text\nhttps://management-live.adyen.com/v3\n```\n\n## Release notes\nHave a look at the [release notes](https://docs.adyen.com/release-notes/management-api) to find out what changed in this version!", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", diff --git a/yaml/ManagementService-v3.yaml b/yaml/ManagementService-v3.yaml index 2527b17..86e9dd5 100644 --- a/yaml/ManagementService-v3.yaml +++ b/yaml/ManagementService-v3.yaml @@ -44,7 +44,13 @@ info: https://management-live.adyen.com/v3 - ```' + ``` + + + ## Release notes + + Have a look at the [release notes](https://docs.adyen.com/release-notes/management-api) + to find out what changed in this version!' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team