You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The module > dnacentersdk/dnacentersdk/api/v2_3_5_3/tag.py > get_tag_members_by_id() only allows basestring type and not integers. This causes script to fail if int is provided.
Expected behavior
I believe the offset and the limit should be changed to allow an int value.
Environment (please complete the following information):
Cisco DNA Center Version and patch: Version 2.3.5.5-70026
Python version: 3.11
SDK version: 2.3.5.3
OS Version: Red Hat Enterprise Linux 8.9 (Ootpa)
Additional context
Here is where code is Code to fix
The text was updated successfully, but these errors were encountered:
I'm going to close this issue, in the new version offset and limit accept int and str.
Any problems that arise feel free to open a new issue or reopen this one.
Best regards.
Prerequisites
Describe the bug
The module > dnacentersdk/dnacentersdk/api/v2_3_5_3/tag.py > get_tag_members_by_id() only allows basestring type and not integers. This causes script to fail if int is provided.
Expected behavior
I believe the offset and the limit should be changed to allow an int value.
Environment (please complete the following information):
Additional context
Here is where code is
Code to fix
The text was updated successfully, but these errors were encountered: