XML-RPC API - Update Environment

S
Written by Sergiiy
Updated 11 months ago

updateEnvironment()

Available since: V4.5

This application is used to update an environment. The application is available only for root customer and only in the first environment.


Implementation details

This application supports trusted mode in which case i_customer (integer) parameter should be supplied.

Mandatory parameters:

  • i_environment - i_environment of updated environment. Integer.

Optional parameters:

  • any parameter from createEnvironment()


Returns:

  • result - OK means that environment has been updated. String.

  • XMLRPC fault in case of any error.
Did this answer your question?