docs: clarify parameters for folder creation in Python SDK documentation

This commit is contained in:
Victor Santos
2025-10-31 11:08:48 -03:00
parent 5877225d19
commit 925ea23bbd

View File

@@ -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`.