Skip to content

Commit b5a293b

Browse files
Merge pull request #2719 from MicrosoftDocs/user/pabrosse/publish-api
Clarify that the Publish API is for updating existing addons only
2 parents 985731f + 7d23433 commit b5a293b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

microsoft-edge/extensions-chromium/publish/api/using-addons-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
8-
ms.date: 11/29/2022
8+
ms.date: 07/19/2023
99
---
1010
# Using the Microsoft Edge Add-ons API
1111

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.
1313

1414
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]).
1515

@@ -46,18 +46,18 @@ To use the Microsoft Edge Add-ons API, you need to enable the API for your proje
4646

4747
1. On the **Publish API** page, click the **Create API credentials** button. This step may take a few minutes to finish.
4848

49-
![The 'Publish API' page at Partner Center after clicking 'Create API credentials', now showing Client ID, Client Secret, and Auth Token URL](./using-addons-api-images/create-api-credentials-button.png)
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:
5350

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+
![The 'Publish API' page at Partner Center after clicking 'Create API credentials', now showing Client ID, Client Secret, and Auth Token URL](./using-addons-api-images/create-api-credentials-button.png)
5552

5653
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.
5754

5855
> [!IMPORTANT]
5956
> 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.
6057
58+
You can generate multiple client secrets for your client ID. For example, you can create multiple secrets for multiple projects.
59+
60+
6161
<!-- ====================================================================== -->
6262
## Retrieving the access token
6363

0 commit comments

Comments
 (0)