From c52a16cc4792a3ea4d07d760170199b456f7a275 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:56:53 +0100 Subject: [PATCH] Update constants.ts --- backend/src/lib/api-docs/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/lib/api-docs/constants.ts b/backend/src/lib/api-docs/constants.ts index 2ecd9d81e4..cd4ee6ff75 100644 --- a/backend/src/lib/api-docs/constants.ts +++ b/backend/src/lib/api-docs/constants.ts @@ -241,7 +241,6 @@ export const RAW_SECRETS = { includeImports: "Weather to include imported secrets or not." }, UPDATE: { - tags: "An array of tag IDs to attach to the secret.", secretName: "The name of the secret to update.", environment: "The slug of the environment where the secret is located.", secretPath: "The path of the secret to update",