mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
docs: clarify parameters for folder creation in Python SDK documentation
This commit is contained in:
@@ -458,8 +458,8 @@ new_folder = client.folders.create_folder(
|
||||
|
||||
**Parameters:**
|
||||
- `name` (str): The name of the folder to create.
|
||||
- `environment_slug` (str): The environment in which to create the folder.
|
||||
- `project_id` (str): The ID of your project.
|
||||
- `environment_slug` (str): The slug of the environment to create the folder in.
|
||||
- `project_id` (str): The ID of your project to create the folder in.
|
||||
- `path` (str, optional): The path to create the folder in. Defaults to `/`.
|
||||
- `description` (str, optional): An optional description label for the folder. Defaults to `None`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user