更新会话服务小记
POST
https://qiyukf.com/openapi/online/session/customfield/update
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/online/session/customfield/update?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"sessionId": 14976699,
"status": 1,
"category": 796963,
"description": "测试分类",
"customfield": "[
{\"id\": 29033,\"value\": \"示例2\"}
,{\"id\": 29034,\"value\": \"示例1\"},
]",
"templateId": 9002
}'
响应示例响应示例
{}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 05:52:45