ModifyAnnotationMission - 修改标注任务

修改标注任务状态与名称。

调试

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

授权信息

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

请求参数

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

标注任务 ID。

c88cc004-de69-4eee-aa5f-2efed533a54e
AnnotationMissionNamestring

标注任务名称。

询问卖车-标注任务-20230506-112934
AnnotationStatusinteger

标注任务状态

枚举值:
  • 1 进行中
  • 2 已完成
  • 3 已关闭
2
Deleteboolean

删除任务

false

返回参数

名称类型描述示例值
object

BaseResponse

Successboolean

表示是否调用成功。true:调用成功。 false:调用失败。

true
Codestring

状态码

OK
Messagestring

错误信息。

The operation is not allowed. User state (DIALING) does not meet expectations (READY).
Dataobject

返回数据

Successboolean

是否成功

true
Messagestring

错误信息。

The operation is not allowed. User state (DIALING) does not meet expectations (READY).
HttpStatusCodeinteger

HTTP 状态码。

200
RequestIdstring

请求 ID

254EB995-DEDF-48A4-9101-9CA5B72FFBCC

示例

正常返回示例

JSON格式

{
  "Success": true,
  "Code": "OK",
  "Message": "The operation is not allowed. User state (DIALING) does not meet expectations (READY).",
  "Data": {
    "Success": true,
    "Message": "The operation is not allowed. User state (DIALING) does not meet expectations (READY)."
  },
  "HttpStatusCode": 200,
  "RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC"
}

错误码

HTTP status code错误码错误信息描述
500InternalErrorAn error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.内部错误。建议重试,如果多次重试报错请提交工单。

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

变更历史

变更时间变更内容概要操作
暂无变更历史