diff --git a/Development_API.md b/Development_API.md index a80de41..1c941e4 100644 --- a/Development_API.md +++ b/Development_API.md @@ -380,8 +380,6 @@ asset = apprise.AppriseAsset( | **plugin_paths** | `List[str]` | `[]` | One-level scan of directories or explicit `.py` files for custom notification plugins. | | **storage_mode** | `Optional[str]` | `None` | Enable persistent storage: `"auto"` (on-demand) or `"flush"` (per notification). | | **storage_path** | `Optional[str]` | `None` | Custom file path to use for persistent storage (overrides default). | -| **_recursion** | `int` | Internal counter | Tracks recursive calls when using `apprise-api`. | -| **_uid** | `str` | Internal UUID | Unique identifier to prevent API-level loops. | Here is an example of what the `html_notify_map` may look like (below is the default settings): ```python