Domain name for API request: apigateway.tencentcloudapi.com.
This API is used to modify an API. You can call this API to edit/modify a configured API. The modified API takes effect only after its service is published to the corresponding environment again.
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: ModifyApi. |
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 service ID of API. |
ServiceType | Yes | String | API backend service type. Valid values: HTTP, MOCK, TSF, CLB, SCF, WEBSOCKET, TARGET (in beta test). |
RequestConfig | Yes | RequestConfig | Request frontend configuration. |
ApiId | Yes | String | Unique API ID. |
ApiName | No | String | Custom API name. |
ApiDesc | No | String | Custom API description. |
ApiType | No | String | API type. Valid values: NORMAL, TSF. Default value: NORMAL. |
AuthType | No | String | API authentication type. Valid values: SECRET, NONE, OAUTH, APP. Default value: NONE. |
AuthRequired | No | Boolean | Whether signature authentication is required. True: yes; False: no. This parameter is to be disused. |
ServiceTimeout | No | Integer | API backend service timeout period in seconds. |
Protocol | No | String | API frontend request type, such as HTTP, HTTPS, or HTTP and HTTPS. |
EnableCORS | No | Boolean | Whether to enable CORS. True: yes; False: no. |
ConstantParameters.N | No | Array of ConstantParameter | Constant parameter. |
RequestParameters.N | No | Array of ReqParameter | Frontend request parameter. |
ApiBusinessType | No | String | This field is valid if AuthType is OAUTH . NORMAL: business API; OAUTH: authorization API. |
ServiceMockReturnMessage | No | String | Returned message of API backend Mock, which is required if ServiceType is Mock . |
MicroServices.N | No | Array of MicroServiceReq | List of microservices bound to API. |
ServiceTsfLoadBalanceConf | No | TsfLoadBalanceConfResp | Load balancing configuration of microservice. |
ServiceTsfHealthCheckConf | No | HealthCheckConf | Health check configuration of microservice. |
TargetServicesLoadBalanceConf | No | Integer | target type load balancing configuration (in beta test). |
TargetServicesHealthCheckConf | No | HealthCheckConf | target health check configuration (in beta test). |
ServiceScfFunctionName | No | String | SCF function name, which takes effect if the backend type is SCF . |
ServiceWebsocketRegisterFunctionName | No | String | SCF WebSocket registration function, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketCleanupFunctionName | No | String | SCF WebSocket cleanup function, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketTransportFunctionName | No | String | SCF WebSocket transfer function, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceScfFunctionNamespace | No | String | SCF function namespace, which takes effect if the backend type is SCF . |
ServiceScfFunctionQualifier | No | String | SCF function version, which takes effect if the backend type is SCF . |
ServiceWebsocketRegisterFunctionNamespace | No | String | SCF WebSocket registration function namespace, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketRegisterFunctionQualifier | No | String | SCF WebSocket transfer function version, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketTransportFunctionNamespace | No | String | SCF WebSocket transfer function namespace, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketTransportFunctionQualifier | No | String | SCF WebSocket transfer function version, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketCleanupFunctionNamespace | No | String | SCF WebSocket cleanup function namespace, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceWebsocketCleanupFunctionQualifier | No | String | SCF WebSocket cleanup function version, which takes effect if the frontend type is WEBSOCKET and the backend type is SCF . |
ServiceScfIsIntegratedResponse | No | Boolean | Whether to enable response integration, which takes effect if the backend type is SCF . |
IsDebugAfterCharge | No | Boolean | Billing after debugging starts (reserved field for marketplace). |
TagSpecifications | No | Tag | Tag. |
IsDeleteResponseErrorCodes | No | Boolean | Whether to delete the error codes for custom response configuration. If the value is left empty or False , the error codes will not be deleted. If the value is True , all custom response configuration error codes of the API will be deleted. |
ResponseType | No | String | Return type. |
ResponseSuccessExample | No | String | Sample response for successful custom response configuration. |
ResponseFailExample | No | String | Sample response for failed custom response configuration. |
ServiceConfig | No | ServiceConfig | API backend service configuration. |
AuthRelationApiId | No | String | Unique ID of associated authorization API, which takes effect only if AuthType is OAUTH and ApiBusinessType is NORMAL . It is the unique ID of the OAuth 2.0 authorization API bound to the business API. |
ServiceParameters.N | No | Array of ServiceParameter | API backend service parameter. |
OauthConfig | No | OauthConfig | OAuth configuration, which takes effect if AuthType is OAUTH . |
ResponseErrorCodes.N | No | Array of ResponseErrorCodeReq | Custom error code configuration. |
IsBase64Encoded | No | Boolean | Whether to enable Base64 encoding. This parameter takes effect only when the backend is SCF. |
IsBase64Trigger | No | Boolean | Whether to trigger Base64 encoding by header. This parameter takes effect only when the backend is SCF. |
Base64EncodedTriggerRules.N | No | Array of Base64EncodedTriggerRule | Header trigger rules. The number of rules cannot exceed 10. |
EventBusId | No | String | Event bus ID. |
ServiceScfFunctionType | No | String | SCF function type, which takes effect when the backend type is SCF . Valid values: EVENT and HTTP . |
EIAMAppType | No | String | EIAM application type. |
EIAMAuthType | No | String | EIAM application authentication type. Valid values: AuthenticationOnly , Authentication , Authorization . |
EIAMAppId | No | String | Validity of the EIAM application token. Unit: second. Default value: 7200 . |
TokenTimeout | No | Integer | EIAM application ID. |
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=ModifyApi
&ServiceId=service-ody35h5e
&ApiId=api-lqd35zzq
&ApiName=xxx
&RequestConfig.Path=/xxxx
&RequestConfig.Method=get
&ServiceType=MOCK
&ServiceMockReturnMessage=test
&<Common request parameters>
{
"Response": {
"RequestId": "6e00553a-8158-4f70-ad43-e1b046af1502"
}
}
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.ApiError | API error. |
FailedOperation.ApiInOperation | The API is being manipulated. Please try again later. |
FailedOperation.BackendDomainError | |
FailedOperation.DomainNeedBeian | The domain name does not have an ICP filing through Tencent Cloud. Please get the ICP filing before binding the domain name. |
FailedOperation.EIAMError | Error form EIAM |
FailedOperation.EbError | Failed to bind/unbind EventBridge. |
FailedOperation.GetRoleError | Failed to get the role. Please make sure that relevant API Gateway service APIs have been authorized. |
FailedOperation.ServiceError | Service error. |
FailedOperation.ServiceInOperation | The service is in use. Please try again later. |
InternalError.ApigwException | API Gateway internal request error. Please try again later. If the problem persists, please contact the smart customer service or submit a ticket. |
InternalError.ClbException | CLB internal request error. Please try again. If the problem persists, please submit a ticket. |
InternalError.OssException | OSS internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket. |
InternalError.ScfException | SCF internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket. |
InternalError.TsfException | TSF internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket. |
InternalError.VpcException | VPC internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket. |
InvalidParameter.BasicServiceNotAllowAttachPlugin | You are using the basic edition and can not be bind a plug-in. |
InvalidParameter.FormatError | Incorrect parameter format. |
InvalidParameterValue | The parameter value is incorrect. |
InvalidParameterValue.IllegalProxyIp | Invalid backend IP address. |
InvalidParameterValue.InvalidApiBusinessType | The API business type passed in must be OAUTH . |
InvalidParameterValue.InvalidBackendPath | The backend service path configuration is incorrect. |
InvalidParameterValue.InvalidClb | Invalid CLB configuration. |
InvalidParameterValue.InvalidConstantParameters | The constant parameter is invalid. |
InvalidParameterValue.InvalidIPAddress | The value of the backend address parameter is incorrect. |
InvalidParameterValue.InvalidMethod | The method is incorrect. For backend services in the WEBSOCKET type, the frontend method should be configured as GET. |
InvalidParameterValue.InvalidPort | The backend service port is incorrect. |
InvalidParameterValue.InvalidPublicKey | The OAUTH 2.0 API public key parameter is in an incorrect format. |
InvalidParameterValue.InvalidRegion | Incorrect region. |
InvalidParameterValue.InvalidRequestParameters | Invalid request parameter. |
InvalidParameterValue.InvalidScfConfig | The SCF API parameters are invalid. |
InvalidParameterValue.InvalidServiceConfig | Invalid service configuration. |
InvalidParameterValue.InvalidServiceParam | The parameter configuration is incorrect, as the parameter is not configured in the backend parameter configuration list. |
InvalidParameterValue.InvalidServiceType | The backend service type is incorrect. For backend services in WEBSOCKET type, the frontend protocol should be configured as WEBSOCKET. |
InvalidParameterValue.InvalidUpstream | The backend channel does not exist or is invalid. |
InvalidParameterValue.InvalidUrl | The URL parameters are invalid. |
InvalidParameterValue.InvalidVpcConfig | Invalid VPC information |
InvalidParameterValue.InvalidWSMethod | The method is incorrect. For backend services in the WEBSOCKET type, the frontend method should be configured as GET. |
InvalidParameterValue.LengthExceeded | The length of the parameter exceeds the limit. |
InvalidParameterValue.LimitExceeded | The number of parameters has reached the limit (100). |
InvalidParameterValue.NotInOptions | The parameter value is incorrect, as it is not an available option. |
InvalidParameterValue.ParameterNotMatch | The backend parameter configuration is incorrect, as the related frontend parameters are not configured. |
InvalidParameterValue.RangeExceeded | The parameter value is incorrect, as it is not within the valid value range. |
LimitExceeded.ApiCountLimitExceeded | The number of APIs exceeds the limit. |
ResourceNotFound.InvalidApi | Incorrect ApiId . |
ResourceNotFound.InvalidOauthApi | Error with the OAuth service API. |
ResourceNotFound.InvalidService | The corresponding service is invisible. |
UnsupportedOperation.InvalidAction | API error. |
UnsupportedOperation.InvalidEndpointType | Backend type not supported |
UnsupportedOperation.ModifyEIAMAuthApi | The EIAM authentication API cannot be modified. |
UnsupportedOperation.ModifyProtocol | The frontend protocol type cannot be changed. |
UnsupportedOperation.ResourceAssociated | The resource has been associated. Please disassociate it first. |
UnsupportedOperation.UnpackError |
Was this page helpful?