Requested changes

This commit is contained in:
Daniel Hougaard
2024-03-26 17:07:25 +01:00
parent 087a4bb7d2
commit d11f958443
2 changed files with 9 additions and 9 deletions

View File

@@ -201,7 +201,7 @@ export const SECRETS = {
type: "The type of the secret to attach tags to. (shared/personal)",
environment: "The slug of the environment where the secret is located",
projectSlug: "The slug of the project where the secret is located",
tagSlugs: "An array of tag slugs to attach to the secret."
tagSlugs: "An array of existing tag slugs to attach to the secret."
},
DETACH_TAGS: {
secretName: "The name of the secret to detach tags from.",
@@ -209,7 +209,7 @@ export const SECRETS = {
type: "The type of the secret to attach tags to. (shared/personal)",
environment: "The slug of the environment where the secret is located",
projectSlug: "The slug of the project where the secret is located",
tagSlugs: "An array of tag slugs to detach from the secret."
tagSlugs: "An array of existing tag slugs to detach from the secret."
}
} as const;