适用版本>=v7.0.2510.20251023接口说明: 添加全文评论
适用版本>=v7.0.2510.20251023
接口说明: 添加全文评论
标签:全文评论
全文评论
/v7/documents/{file_id}/comments/create
POST
kso.documents.readwrite
string
Wed, 23 Jan 2013 06:43:08 GMT
Bearer {access_token}
请求体格式: application/json
application/json
没有可用的数据
{ "content": "string", "origin_id": 0, "reply_id": 0 }
HTTP状态码: 200响应体格式: application/json
200
{ "data": { "content": "string", "created_by": { "avatar": "string", "company_id": "string", "id": "string", "name": "string", "type": "user" }, "ctime": 0, "id": 0, "mtime": 0, "origin_id": 0, "reply_id": 0, "reply_to": { "avatar": "string", "company_id": "string", "id": "string", "name": "string", "type": "user" }, "status": "normal" }, "code": 0, "msg": "string" }
添加全文评论
标签:
全文评论请求说明
/v7/documents/{file_id}/comments/createPOSTkso.documents.readwritekso.documents.readwrite请求头 (Headers)
stringWed, 23 Jan 2013 06:43:08 GMTstringstringBearer {access_token}路径参数 (Path)
string请求体(Body)
请求体格式:
application/json没有可用的数据
请求体示例
2
3
4
5
响应体(Response)
HTTP状态码:
200响应体格式:
application/json没有可用的数据
响应体示例
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27