From 97a4601bd26857365b03cd131cac34af553e92f7 Mon Sep 17 00:00:00 2001 From: Alex Vernacchia Date: Tue, 17 Dec 2024 09:18:37 +0000 Subject: [PATCH 1/2] feat(api-v1.1): update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4c5187..775c62a 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,9 @@ submitFirefox({ }) submitEdge({ - clientId: "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd", - clientSecret: "abcdefg", productId: "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd", - accessTokenUrl: "https://login.microsoftonline.com/aaaaaaa-aaaa-bbbb-cccc-dddddddddddd/oauth2/v2.0/token", + clientId: "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd", + apiKey: "abcdefg", zip: "dist/some-zip-v{version}.zip", notes: "Changes for reviewers", verbose: false From b353707e4963bb1eb9a92e2308556bd60bffa0ee Mon Sep 17 00:00:00 2001 From: Alex Vernacchia Date: Tue, 17 Dec 2024 09:21:34 +0000 Subject: [PATCH 2/2] feat(api-v1.1): update tokens.md --- tokens.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tokens.md b/tokens.md index a373bf9..601bc9a 100644 --- a/tokens.md +++ b/tokens.md @@ -44,16 +44,15 @@ Returns `Promise` or throws an exception on failure. Returns `Promise` or throws an exception. -## Edge Add-ons API +## Edge Add-ons API (v1.1) `submitEdge` | Argument | Type | How to Obtain | -| ---------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------- | +|------------------| ------ | ------------------------------------------------------------------------------------------------------------------------------------------- | | `productId` | string | Create an edge add-on and go to the dashboard: `https://partner.microsoft.com/en-us/dashboard/microsoftedge/{product-id}/package/dashboard` | | `clientId` | string | https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi | -| `clientSecret` | string | https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi | -| `accessTokenUrl` | string | https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi | +| `apiKey` | string | https://partner.microsoft.com/en-us/dashboard/microsoftedge/publishapi | Returns `Promise` or throws an exception.