pmill / php-plesk

A PHP client for the Plesk RPC API.
38 stars 37 forks source link

change subscription username/password, ip, hosting type #15

Open ronaldjonkers opened 8 years ago

ronaldjonkers commented 8 years ago

http://docs.plesk.com/en-US/12.5/api-rpc/reference/managing-subscriptions-webspaces/subscription-settings/limits-permissions-and-hosting-settings/hosting-settings.40014/

ghermans commented 8 years ago

@pmill do you have any update on this?

pmill commented 8 years ago

Not yet sorry, I'll see if I can get to it in the next couple of days.

pmill commented 8 years ago

I've just pushed UpdateSubscription and UpdateSubscriptionPlan requests to the issue/15 branch (https://github.com/pmill/php-plesk/tree/issue/15). Can someone give it a quick test with how they intend to use it in production? It's a bit more of a complex request than some of the others and it has quite a lot of different options.

The example shows how to update the ftp username/password, ip address, and plan.

ghermans commented 8 years ago

@pmill thanks for the commit, i will give it a try today