The changePhpVersion Web API Method
Change php version.
Version: 1.15
Required Permissions: Full
HTTP method: POST
Supported by Editions: All
Request Parameters:
Parameter |
Type |
Required |
Description |
phpVersion |
String |
Yes |
New version string. |
Expected Response Code: 200 OK. For more information see Response Format.
Response Type: boolean
Possible Action Specific Error Codes: \WebAPI\Exception
Example
|
RequestPOST /ZendServer/Api/changePhpVersionphpVersion=7.2 Response{ "status": true } |