You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/extensions-chromium/publish/api/using-addons-api.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ author: MSEdgeTeam
5
5
ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.prod: microsoft-edge
8
-
ms.date: 11/29/2022
8
+
ms.date: 07/19/2023
9
9
---
10
10
# Using the Microsoft Edge Add-ons API
11
11
12
-
The Microsoft Edge Add-ons API provides a set of REST endpoints for programmatically publishing updates to add-ons submitted to the Microsoft Edge Add-ons website. You can use these REST endpoints to automate the process of uploading and publishing add-ons to the Microsoft Edge Add-ons website. You'll use the **Publish API** page at Partner Center to work with these endpoints.
12
+
The Microsoft Edge Add-ons API provides a set of REST endpoints for programmatically publishing updates to add-ons submitted to the Microsoft Edge Add-ons website. You can use these REST endpoints to automate the process of uploading and publishing new versions of your add-ons to the Microsoft Edge Add-ons website. You'll use the **Publish API** page at Partner Center to work with these endpoints.
13
13
14
14
To submit suggestions and feedback, enter an [Issue about the Add-ons API](https://github.com/MicrosoftDocs/edge-developer/issues/new?title=[Add-ons%20API]).
15
15
@@ -46,18 +46,18 @@ To use the Microsoft Edge Add-ons API, you need to enable the API for your proje
46
46
47
47
1. On the **Publish API** page, click the **Create API credentials** button. This step may take a few minutes to finish.
48
48
49
-

50
-
51
-
> [!IMPORTANT]
52
-
> You can generate multiple client secrets for your client ID. For example, you can create multiple secrets for multiple projects.
49
+
The API credentials have now been created; you've enabled or renewed the API. The **Client ID**, **Client secret**, **Expiry date**, and **Access token URL** are now displayed on the Publish APIs page:
53
50
54
-
The API credentials have now been created; you've enabled or renewed the API. The **Client ID**, **Client secret**, **Expiry date**, and **Access token URL** are now displayed on the Publish APIs page.
51
+

55
52
56
53
1. Write down the **Client ID**, **Client secret** and the **Access token URL**. You'll use these values in the next step, to get an access token.
57
54
58
55
> [!IMPORTANT]
59
56
> Be sure to write down the client secret now, because it's only visible immediately after enabling or renewing the API (that is, after creating API credentials). This particular secret isn't shown again.
60
57
58
+
You can generate multiple client secrets for your client ID. For example, you can create multiple secrets for multiple projects.
0 commit comments