问卷/试卷服务
成长值服务
短信服务

标签服务


新增标签

POST /api/tcc-open-platform/open-api/label
参数
类型 名称 说明 类型
Body SaveAndUpdateLabelDTO
必填
DTO Object
响应
HTTP代码 说明 类型
200 OK RestData
201 Created 无内容
401 Unauthorized 无内容
403 Forbidden 无内容
404 Not Found 无内容
消耗
  • application/json
生成
  • */*
安全
类型 名称 作用域
apiKey Authorization global
apiKey OpenAuthorization global
apiKey ClientAuthorization global

SaveAndUpdateLabelDTO

名称 说明 类型
labelName 标签名称 string
code 关联模块code string
enableState 启用状态 integer (int32)
orgId 所属租户 integer (int64)
createBy 创建人昵称 string

RestData.data

名称 说明 类型
id 标签编号 integer (int64)