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",