From 6a28f3852a479fbee4beebcf2fe78ad8f0c7ef84 Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Fri, 10 Oct 2025 16:15:22 -0700 Subject: [PATCH] Shub/let 4974 rename current to dev [LET-4974] (#5297) * fix: rename current to dev * chore: rename current to dev * chore: next * chore: rename fix --------- Co-authored-by: Shubham Naik --- fern/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/openapi.json b/fern/openapi.json index 48601cc0..d000c3dc 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -20216,7 +20216,7 @@ "schema": { "type": "string" }, - "description": "The template name with :current version (e.g., my-template:current)" + "description": "The template name with :dev version (e.g., my-template:dev)" } ], "operationId": "templates.setCurrentTemplateFromSnapshot",