From f17e384a252149bd66ef6a4a35515b1f6f70da2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Lewi=C5=84ski?= Date: Mon, 11 Dec 2023 12:40:55 +0100 Subject: [PATCH] Change sample sunset date to self-explain that it's YYYY-MM-DD format (#460) --- API-DEPRECATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-DEPRECATION.md b/API-DEPRECATION.md index 173318b5..67d69b2b 100644 --- a/API-DEPRECATION.md +++ b/API-DEPRECATION.md @@ -11,7 +11,7 @@ Oasdiff allows you to gracefully remove a resource without getting a breaking ch /api/test: get: deprecated: true - x-sunset: "2022-08-10" + x-sunset: "2022-12-31" ``` 2. At the sunset date or anytime later, the resource can be removed without triggering a breaking change error. An earlier removal will be considered a breaking change.