rapid7 / nexpose-client-python

DEPRECATED : Rapid7 Nexpose API client library written in Python
https://www.rapid7.com/
BSD 3-Clause "New" or "Revised" License
25 stars 20 forks source link

Set name to "Schedules" correctly #52

Closed fruechel closed 6 years ago

fruechel commented 6 years ago

The old value used was "Scheduling" which is not documented anywhere ("Schedule" is the documented value). The parsing function (CreateFromXML) uses "Schedule" as that's what the server sends. This makes the other direction (AsXML) consistent. The server accepts this value.