From b83964051cbefd3f4dfe9e35275df0e7e64405d8 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:29:08 +0400 Subject: [PATCH] Added required to required fields --- docs/sdks/languages/node.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx index 0a645da1d..82a1175eb 100644 --- a/docs/sdks/languages/node.mdx +++ b/docs/sdks/languages/node.mdx @@ -169,13 +169,13 @@ By default, `getSecret()` fetches and returns a shared secret. - + The key of the secret to retrieve. - + The project ID where the secret lives in. - + The slug name (dev, prod, etc) of the environment from where secrets should be fetched from. @@ -204,16 +204,16 @@ Create a new secret in Infisical. - + The key of the secret to create. - + The value of the secret. - + The project ID where the secret lives in. - + The slug name (dev, prod, etc) of the environment from where secrets should be fetched from. @@ -244,16 +244,16 @@ Update an existing secret in Infisical. - + The key of the secret to update. - + The new value of the secret. - + The project ID where the secret lives in. - + The slug name (dev, prod, etc) of the environment from where secrets should be fetched from. @@ -286,10 +286,10 @@ Delete a secret in Infisical. The key of the secret to update. - + The project ID where the secret lives in. - + The slug name (dev, prod, etc) of the environment from where secrets should be fetched from.