UpdateApp - 更新应用

更新应用分组。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ClusterIdstring

集群 ID

xxljob-b6ec1xxxx
AppNamestring

应用名称

test-app
AccessTokenstring

登录态访问令牌

f312159702f4469585586ed5a6904163v3
Titlestring

标题内容

测试应用
MaxConcurrencyinteger

任务执行队列大小

说明 一个应用最多同时运行的任务实例个数,超过并发数的任务实例不会丢弃,会放在队列中等待执行
10
EnableLogboolean

是否开启日志。

  • true:开启

  • false:关闭

true

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。

39AA91C1-7BB7-5934-B15B-FD8E706D76C4
Codeinteger

响应码

200
Messagestring

错误信息

Parameter error: content is null.
Successboolean

是否调用成功。

  • true:调用成功。
  • false:调用失败。
true

示例

正常返回示例

JSON格式

{
  "RequestId": "39AA91C1-7BB7-5934-B15B-FD8E706D76C4",
  "Code": 200,
  "Message": "Parameter error: content is null.",
  "Success": true
}

错误码

HTTP status code错误码错误信息描述
400InvalidParameterParameter error: %s.参数错误: %s
401IllegalRequestIllegalRequest: %s.非法请求:%s
403NoPermissionNo permission to perform this operation: %s.没有权限去执行该操作:%s
404NotFoundNot found: %s.资源不存在:%s
500InternalErrorInternalError: %s.系统内部错误:%s

访问错误中心查看更多错误码。