dropbox / pygerduty

A Python library for PagerDuty.
MIT License
163 stars 72 forks source link

fix Services.enable() and Services.disable() #69

Closed axinojolais closed 6 years ago

axinojolais commented 6 years ago

As per https://v2.developer.pagerduty.com/v2/page/api-reference#!/Services/put_services_id - only tested with the v2 API.

axinojolais commented 6 years ago

travis CI build probably needs fixing, failure appears to be unrelated to my changes.

cugini-dbx commented 6 years ago

Hello, sorry for the delay, I just took over maintenance for this project. This change looks good to me. Would you mind rebasing with the latest changes which fixed the tox config?

axinojolais commented 6 years ago

@cugini-dbx done

cugini-dbx commented 6 years ago

Thanks!