From 3c2d1585ccbab37495f3bf5560a8a7cd557be6e0 Mon Sep 17 00:00:00 2001 From: Elinor <106514736+elinornetapp@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:01:08 +0300 Subject: [PATCH] Update autoApplyTags.yaml --- api/commons/parameters/autoApplyTags.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/commons/parameters/autoApplyTags.yaml b/api/commons/parameters/autoApplyTags.yaml index bf98637b3..ca11cf077 100644 --- a/api/commons/parameters/autoApplyTags.yaml +++ b/api/commons/parameters/autoApplyTags.yaml @@ -1,8 +1,8 @@ in: query name: "autoApplyTags" description: > - Optionally update resource tags on the fly without performing a roll. + Optionally update resource tags immediately without performing a roll. schema: type: boolean example: true - default: false \ No newline at end of file + default: false