feat: /conversations api response add 'update_at' field,and update api docs add sort_by parameter (#10043)

This commit is contained in:
郭伟伟
2024-10-30 15:41:15 +08:00
committed by GitHub
parent 0095896051
commit 190b6a2aa6
5 changed files with 23 additions and 0 deletions

View File

@@ -691,6 +691,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
<Property name='pinned' type='bool' key='pinned'>
只返回置顶 true只返回非置顶 false
</Property>
<Property name='sort_by' type='string' key='sort_by'>
排序字段(选题),默认 -updated_at(按更新时间倒序排列)
- 可选值created_at, -created_at, updated_at, -updated_at
- 字段前面的符号代表顺序或倒序,-代表倒序
</Property>
</Properties>
### Response