Skip to content

Commit

Permalink
Update modules to render doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
William Astorga committed Feb 2, 2022
1 parent 31b1c8f commit c9e0e08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
description: Password for http read credential.
type: str
port:
description:Port for http read credential.
description: Port for http read credential.
type: str
username:
description: User name of the http read credential.
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/site_design_floormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description:
- Manage operations create, update and delete of the resource Site Design Floormap.
- Service to create a floor map with callback.
- Service to delete an (empty) floor map with callback.
- Service to delete an empty floor map with callback.
version_added: '3.1.0'
extends_documentation_fragment:
- cisco.dnac.module
Expand All @@ -23,7 +23,7 @@
payload:
description: Site Design Floormap's payload
type: dict
requirements:
requirements:
- dnacentersdk == 2.4.5
- python >= 3.5
notes:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/swim_image_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
short_description: Information module for Swim Image Details
description:
- Get all Swim Image Details.
- Returns software image list based on a filter criteria. For example: "filterbyName = cat3k%".
- Returns software image list based on a filter criteria. For example, "filterbyName = cat3k%".
version_added: '3.1.0'
extends_documentation_fragment:
- cisco.dnac.module_info
Expand Down Expand Up @@ -92,7 +92,7 @@
- Offset query parameter.
type: int
requirements:
- dnacentersdk == 2.4.5
- dnacentersdk >= 2.4.4
- python >= 3.5
notes:
- SDK Method used are
Expand Down

0 comments on commit c9e0e08

Please sign in to comment.