iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
69 stars 21 forks source link

edit_node is missing a lot of stuff. #14

Closed fadedmax closed 2 years ago

fadedmax commented 4 years ago

https://github.com/iamkubi/pydactyl/blob/master/pydactyl/api/nodes.py - line 58 It lists the only args are node_id, shortcode, and the desc. https://dashflo.net/docs/api/pterodactyl/v0.7/#edit-node ^ this contains all the information that should be editable. i think this is a pydactyl problem of it not being updated.