Domain name for API request: apigateway.tencentcloudapi.com.
This API is used to modify the relevant information of a service. After a service is created, its name, description, and service type can be modified.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: apigateway.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ModifyService. |
Version | Yes | String | Common parameter. The value used for this API: 2018-08-08. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
ServiceId | Yes | String | Unique ID of the service to be modified. |
ServiceName | No | String | Service name after modification. |
ServiceDesc | No | String | Service description after modification. |
Protocol | No | String | Service frontend request type after modification, such as http , https , and http&https . |
NetTypes.N | No | Array of String | Network type list, which is used to specify the supported network types. INNER: private network access; OUTER: public network access. Default value: OUTER. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://apigateway.tencentcloudapi.com/?Action=ModifyService
&ServiceId=service-0c96l2bo
&ServiceName=test_https
&ServiceDesc=https
&Protocol=https
&<Common request parameters>
{
"Response": {
"RequestId": "e3705d00-bfe0-4fde-942c-cebd6b12431b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.ServiceError | Service error. |
InvalidParameter.FormatError | Incorrect parameter format. |
ResourceNotFound.InvalidService | The corresponding service is invisible. |
UnsupportedOperation.ReduceNetTypes | Network types cannot be reduced. |
Was this page helpful?