Manage service contract upgrade
Request a service bandwidth upgrade for your existing service.
Request bandwidth upgrade
The upgrade will take effect immediately. Your billing will be modified to take in account any new charges. A service can only be upgraded once per day (UTC).
Request
| Endpoint: | /api/services/<service_id>/service/upgrade | 
| Method: | POST | 
| Headers: | Accept: application/vnd.cloudlx.v1+json | 
| Authorization: Bearer <access_token> | 
Example Request:
                                
    {
        "product_id": 11045
    }
                                
                            
                        Request Values
| product_id | Description | The product_id for the desired upgrade which can be looked up from the service pricing endpoint | 
| Type | Integer | |
| Example | 11045 | 
Response
Example:
                                
    {
        "success": true,
        "message": "Service updated successfully"
    }