Alfresco API

PUT /tags/{tagId}

基本信息

更新tags tagId

请求方式: PUT

请求API :/ tags / {tagId}

响应等级(状态200)

成功回应

{
  "id": "ed2444b5-d0c1-440b-b5b8-34a53e578091",
  "tag": "test tag 1"
}

响应内容类型 applicaiton/json

Query参数

名称 类型 是否必填 示例值 描述
fields Array[string]   field名称的list。 例如,如果您想节省整体带宽,则可以使用此参数来限制响应中返回的field。
例如,如果您想节省整体带宽,则可以使用此参数来限制响应中返回的field。 该列表适用于返回的单个实体或集合中的条目。
如果API方法也支持include参数,则除了在fields参数中指定的fields外,还返回include参数中指定的fields。

Path参数

名称 类型 是否必填 示例值 描述
tagId string   tags的标识符。

Body参数(tagBodyUpdate

request body示例

{
  "tag": "string"
}

错误信息描述

状态码 原因
400 无效的参数:tagBodyUpdate无效
401 验证失败
404 tagId不存在
default 意外错误

返回结果示例

{
  "error": {
    "errorKey": "string",
    "statusCode": 0,
    "briefSummary": "string",
    "stackTrace": "string",
    "descriptionURL": "string",
    "logId": "string"
  }
}