修改知识图谱-助力客户服务配置
测试环境
http://47.109.69.90:10001
测试环境
http://47.109.69.90:10001
PUT
/business/assistCustomerConfig
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
createBy
string | null
创建者
createTime
string | null
创建时间
updateBy
string | null
更新者
updateTime
string | null
更新时间
remark
string | null
备注
delFlag
string | null
可选
id
integer | null
可选
title
string | null
标题
photoId
integer | null
图片id
photoUrl
string
必需
status
string | null
可选
deptId
integer | null
部门id
示例
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"delFlag": "string",
"id": 0,
"title": "string",
"photoId": 0,
"photoUrl": "string",
"status": "string",
"deptId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://47.109.69.90:10001/business/assistCustomerConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"delFlag": "string",
"id": 0,
"title": "string",
"photoId": 0,
"photoUrl": "string",
"status": "string",
"deptId": 0
}'
返回响应
🟢200成功
application/json
Body
操作消息提醒
key
object | null
可选
示例
{
"": {}
}
修改于 2023-10-19 01:53:12