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.
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 Params. The value used for this API: ModifyService. |
Version | Yes | String | Common Params. The value used for this API: 2018-08-08. |
Region | Yes | String | Common Params. 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). 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. |
FailedOperation.ServiceInOperation | The service is in use. Please try again later. |
InternalError.OssException | OSS internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket. |
InvalidParameter.FormatError | Incorrect parameter format. |
InvalidParameterValue.NotInOptions | The parameter value is incorrect, as it is not an available option. |
ResourceNotFound.InvalidService | The corresponding service is invisible. |
UnsupportedOperation.ModifyNetType | The network type cannot be modified |
UnsupportedOperation.ReduceNetTypes | Network types cannot be reduced. |
UnsupportedOperation.UnpackError |
Was this page helpful?