Update README.md

This commit is contained in:
Daniel Hougaard
2025-05-08 02:15:09 +04:00
parent 3d5386bfa7
commit 367cc6ca3c

View File

@@ -341,7 +341,7 @@ console.log(dynamicSecret);
```
**Returns:**
- `DynamicSecret`: The deleted dynamic secret.
- `DynamicSecret`: The created dynamic secret.
#### Delete a dynamic secret
@@ -362,7 +362,7 @@ const deletedDynamicSecret = await client.dynamicSecrets().delete("dynamic-secre
- `environment` (str): The environment in which to delete the secret.
**Returns:**
- `DynamicSecret`: The dynamic secret after deleting it.
- `DynamicSecret`: The deleted dynamic secret.
### `dynamicSecrets.leases`
In this section you'll learn how to work with dynamic secret leases