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

deletePnpSiteByID does not have true/false for parameters. #16

Closed
aradford123 opened this issue Jul 3, 2016 · 1 comment
Closed

deletePnpSiteByID does not have true/false for parameters. #16

aradford123 opened this issue Jul 3, 2016 · 1 comment

Comments

@aradford123
Copy link

The correct call is:
deletePnpSiteByID(projectId=project_id, deleteRule=1, deleteDevice=1)

the documentation in https://github.com/CiscoDevNet/uniq/blob/master/apis/nb/clients/network_plug_and_play_client/PnpprojectApi.py
says otherwise
deleteRule, int: Delete project rules (true) or not (false) (required)
deleteDevice, int: Delete project devices (true) or not (false) (required)

@ameyspatil
Copy link
Contributor

Resolved with #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants