Skip to content

Commit f30891c

Browse files
[create-pull-request] automated change (#262)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent de0c29d commit f30891c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

open-api/v0.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ paths:
2626
- `tag`: 标签,可以多次出现。`且` 关系。
2727
- `air_date`: 播出日期/发售日期。`且` 关系。
2828
- `rating`: 用于搜索指定评分的条目。`且` 关系。
29+
- `rating_count`: 用于按照评分人数筛选条目。`且` 关系。
2930
- `rank`: 用于搜索指定排名的条目。`且` 关系。
3031
- `nsfw`: 使用 `include` 包含NSFW搜索结果。默认排除搜索NSFW条目。无权限情况下忽略此选项,不会返回NSFW条目。
3132
@@ -110,6 +111,14 @@ paths:
110111
- '>=6'
111112
- <8
112113
description: 用于搜索指定评分的条目,多值之间为 `且` 关系。
114+
rating_count:
115+
type: array
116+
items:
117+
type: string
118+
example:
119+
- '>=200'
120+
- <5000
121+
description: 用于按照评分人数筛选条目,多值之间为 `且` 关系,格式与 `rating` 相同。
113122
rank:
114123
type: array
115124
items:
@@ -4063,6 +4072,7 @@ components:
40634072
- id
40644073
- type
40654074
- staff
4075+
- eps
40664076
- name
40674077
- name_cn
40684078
type: object
@@ -4075,6 +4085,10 @@ components:
40754085
staff:
40764086
title: Staff
40774087
type: string
4088+
eps:
4089+
title: Eps
4090+
type: string
4091+
description: 参与章节/曲目
40784092
name:
40794093
title: Name
40804094
type: string

0 commit comments

Comments
 (0)