Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing blank lines before parameter lists in docs #70

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sdk/config/objects/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/objects/address_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/objects/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/objects/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/objects/service_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/objects/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/security_services/anti_spyware_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/security_services/decryption_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/security_services/dns_security_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/security_services/security_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/security_services/url_categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/sdk/config/security_services/wildfire_antivirus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading