From 2a53d308d16b2c2a370d29e35c578c4d11fd6823 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Thu, 4 Sep 2025 15:21:10 -0400 Subject: [PATCH 1/2] add api v1 sunsetting warning --- src/api-v1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api-v1.md b/src/api-v1.md index 0c789d2..7ebe466 100644 --- a/src/api-v1.md +++ b/src/api-v1.md @@ -1,7 +1,7 @@ # API v1 -::: info -This version of the API is stable. Future features will be added to [version 2](/api-v2). +::: Warning +This version of the API will be sunsetted soon. Please use [version 2](/api-v2) instead. ::: TaskRatchet has an API you can use to list, update, and create new tasks, among other things. From 6f868e956c48880b48a40fe323b6d0b63a1a957e Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Fri, 5 Sep 2025 11:59:48 -0400 Subject: [PATCH 2/2] update warning message --- src/api-v1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api-v1.md b/src/api-v1.md index 7ebe466..430b932 100644 --- a/src/api-v1.md +++ b/src/api-v1.md @@ -1,7 +1,7 @@ # API v1 -::: Warning -This version of the API will be sunsetted soon. Please use [version 2](/api-v2) instead. +::: warning +This version of the API will be sunsetted on 2025-09-12. Please use [version 2](/api-v2) instead. ::: TaskRatchet has an API you can use to list, update, and create new tasks, among other things.