From 6081413ce12ef7cb72f47c1674809cd53824b0a9 Mon Sep 17 00:00:00 2001 From: Calvin Remsburg Date: Sat, 14 Dec 2024 15:04:18 -0600 Subject: [PATCH] Add missing blank lines before parameter lists in docs Ensure consistent formatting by adding blank lines before parameter sections across multiple SDK documentation files. This improves readability and aligns with standard documentation practices. --- docs/sdk/config/objects/address.md | 1 + docs/sdk/config/objects/address_group.md | 1 + docs/sdk/config/objects/application.md | 1 + docs/sdk/config/objects/service.md | 1 + docs/sdk/config/objects/service_group.md | 1 + docs/sdk/config/objects/tag.md | 1 + docs/sdk/config/security_services/anti_spyware_profile.md | 1 + docs/sdk/config/security_services/decryption_profile.md | 1 + docs/sdk/config/security_services/dns_security_profile.md | 1 + docs/sdk/config/security_services/security_rule.md | 1 + docs/sdk/config/security_services/url_categories.md | 1 + .../config/security_services/vulnerability_protection_profile.md | 1 + docs/sdk/config/security_services/wildfire_antivirus.md | 1 + 13 files changed, 13 insertions(+) diff --git a/docs/sdk/config/objects/address.md b/docs/sdk/config/objects/address.md index f1d2e7af..ee667f75 100644 --- a/docs/sdk/config/objects/address.md +++ b/docs/sdk/config/objects/address.md @@ -217,6 +217,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/objects/address_group.md b/docs/sdk/config/objects/address_group.md index ca6cca93..876b2199 100644 --- a/docs/sdk/config/objects/address_group.md +++ b/docs/sdk/config/objects/address_group.md @@ -209,6 +209,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/objects/application.md b/docs/sdk/config/objects/application.md index f237d030..de975f5d 100644 --- a/docs/sdk/config/objects/application.md +++ b/docs/sdk/config/objects/application.md @@ -226,6 +226,7 @@ The `list()` method supports additional parameters to refine your query results parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder` or `snippet`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/objects/service.md b/docs/sdk/config/objects/service.md index 23ae6899..47cb1d58 100644 --- a/docs/sdk/config/objects/service.md +++ b/docs/sdk/config/objects/service.md @@ -236,6 +236,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/objects/service_group.md b/docs/sdk/config/objects/service_group.md index e016e89e..153b04fc 100644 --- a/docs/sdk/config/objects/service_group.md +++ b/docs/sdk/config/objects/service_group.md @@ -200,6 +200,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/objects/tag.md b/docs/sdk/config/objects/tag.md index be9d27b6..e12d6d06 100644 --- a/docs/sdk/config/objects/tag.md +++ b/docs/sdk/config/objects/tag.md @@ -202,6 +202,7 @@ The `list()` method supports additional parameters to refine your query results parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. - `exclude_folders (List[str])`: List of folders to exclude. - `exclude_snippets (List[str])`: List of snippets to exclude. diff --git a/docs/sdk/config/security_services/anti_spyware_profile.md b/docs/sdk/config/security_services/anti_spyware_profile.md index c6e41885..b059dce1 100644 --- a/docs/sdk/config/security_services/anti_spyware_profile.md +++ b/docs/sdk/config/security_services/anti_spyware_profile.md @@ -244,6 +244,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/security_services/decryption_profile.md b/docs/sdk/config/security_services/decryption_profile.md index fc1daf05..74a42fb0 100644 --- a/docs/sdk/config/security_services/decryption_profile.md +++ b/docs/sdk/config/security_services/decryption_profile.md @@ -247,6 +247,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/security_services/dns_security_profile.md b/docs/sdk/config/security_services/dns_security_profile.md index 0267dc36..eb79a5d6 100644 --- a/docs/sdk/config/security_services/dns_security_profile.md +++ b/docs/sdk/config/security_services/dns_security_profile.md @@ -239,6 +239,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/security_services/security_rule.md b/docs/sdk/config/security_services/security_rule.md index 52e1e64b..e478c6b7 100644 --- a/docs/sdk/config/security_services/security_rule.md +++ b/docs/sdk/config/security_services/security_rule.md @@ -244,6 +244,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/security_services/url_categories.md b/docs/sdk/config/security_services/url_categories.md index 517447de..b62aae3f 100644 --- a/docs/sdk/config/security_services/url_categories.md +++ b/docs/sdk/config/security_services/url_categories.md @@ -201,6 +201,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. - `exclude_folders (List[str])`: Provide a list of folder names to exclude. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude. diff --git a/docs/sdk/config/security_services/vulnerability_protection_profile.md b/docs/sdk/config/security_services/vulnerability_protection_profile.md index a701f82b..9e7fffb6 100644 --- a/docs/sdk/config/security_services/vulnerability_protection_profile.md +++ b/docs/sdk/config/security_services/vulnerability_protection_profile.md @@ -260,6 +260,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. Inherited or propagated objects are filtered out. - `exclude_folders (List[str])`: Provide a list of folder names that you do not want included in the results. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude from the results. diff --git a/docs/sdk/config/security_services/wildfire_antivirus.md b/docs/sdk/config/security_services/wildfire_antivirus.md index 014eac7c..af3d0dd9 100644 --- a/docs/sdk/config/security_services/wildfire_antivirus.md +++ b/docs/sdk/config/security_services/wildfire_antivirus.md @@ -254,6 +254,7 @@ The `list()` method supports additional parameters to refine your query results `exclude_devices` parameters to control which objects are included or excluded after the initial API response is fetched. **Parameters:** + - `exact_match (bool)`: When `True`, only objects defined exactly in the specified container (`folder`, `snippet`, or `device`) are returned. - `exclude_folders (List[str])`: Provide a list of folder names to exclude. - `exclude_snippets (List[str])`: Provide a list of snippet values to exclude.