Skip to content

Commit 4168e13

Browse files
Merge pull request #3307 from MicrosoftDocs/bhuvanapriyap-patch-2
v1 support date in "REST API" articles
2 parents b42c7dc + 6c12250 commit 4168e13

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For an overview, see [Using the REST API for updating Microsoft Edge Add-ons](./
1818
<!-- ------------------------------ -->
1919
#### Versions of the Update REST API
2020

21-
As of September 6, 2024, both v1.1 and v1 of this Update REST API are supported. Later, v1 will no longer be supported. The date for ending v1 support is not yet finalized.
21+
As of September 6, 2024, both v1.1 and v1 of this Update REST API are supported. Support for v1 will end on December 31, 2024.
2222

2323

2424
<!-- ====================================================================== -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To submit suggestions and feedback, enter an [Issue about the Add-ons API](https
3030
<!-- ------------------------------ -->
3131
#### Versions of the Update REST API
3232

33-
As of September 6, 2024, both v1.1 and v1 of this Update REST API are supported. Later, v1 will no longer be supported. The date for ending v1 support is not yet finalized.
33+
As of September 6, 2024, both v1.1 and v1 of this Update REST API are supported. Support for v1 will end on December 31, 2024.
3434

3535

3636
<!-- ---------- -->

microsoft-edge/extensions-chromium/whats-new/released-features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ You can integrate REST API endpoints directly into your continuous integration/c
4949

5050
Update September 2024: v1.1 of this REST API provides increased security.
5151

52+
See also:
53+
* [Deprecation of the Update REST API v1](../whats-new/roadmap.md#deprecation-of-the-update-rest-api-v1) in _Roadmap for Microsoft Edge Add-ons_.
54+
5255

5356
<!-- ====================================================================== -->
5457
## Addition of breadcrumbs to Microsoft Partner Center

microsoft-edge/extensions-chromium/whats-new/roadmap.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: extensions
9-
ms.date: 06/27/2023
9+
ms.date: 11/14/2024
1010
---
1111
# Roadmap for Microsoft Edge Add-ons
1212
<!-- https://aka.ms/EdgeAddonsRoadmap -->
1313

1414
These are the next planned [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/) features or updates for Microsoft Edge extensions.
1515

1616

17+
<!-- ====================================================================== -->
18+
## Deprecation of the Update REST API v1
19+
20+
As of September 6, 2024, both v1.1 and v1 of the Update REST API are supported. Support for v1 will end on December 31, 2024.
21+
22+
See [Using the REST API for updating Microsoft Edge Add-ons](../publish/api/using-addons-api.md).
23+
24+
1725
<!-- ====================================================================== -->
1826
## Sidebar extensions
1927

0 commit comments

Comments
 (0)