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.