Skip to content

Commit 8ee8d3b

Browse files
authored
[create-pull-request] automated change (#146)
1 parent deeee0b commit 8ee8d3b

File tree

1 file changed

+225
-0
lines changed

1 file changed

+225
-0
lines changed

api.yaml

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3843,6 +3843,77 @@ paths:
38433843
summary: 获取当前用户的角色收藏
38443844
tags:
38453845
- collection
3846+
/p1/collections/characters/{characterID}:
3847+
delete:
3848+
operationId: deleteCharacterCollection
3849+
parameters:
3850+
- in: path
3851+
name: characterID
3852+
required: true
3853+
schema:
3854+
type: integer
3855+
responses:
3856+
'200':
3857+
content:
3858+
application/json:
3859+
schema:
3860+
properties: {}
3861+
type: object
3862+
description: Default Response
3863+
'429':
3864+
content:
3865+
application/json:
3866+
schema:
3867+
$ref: '#/components/schemas/ErrorResponse'
3868+
description: default error response type
3869+
'500':
3870+
content:
3871+
application/json:
3872+
schema:
3873+
$ref: '#/components/schemas/ErrorResponse'
3874+
description: 意料之外的服务器错误
3875+
description: 意料之外的服务器错误
3876+
security:
3877+
- CookiesSession: []
3878+
HTTPBearer: []
3879+
summary: 删除角色收藏
3880+
tags:
3881+
- collection
3882+
put:
3883+
operationId: addCharacterCollection
3884+
parameters:
3885+
- in: path
3886+
name: characterID
3887+
required: true
3888+
schema:
3889+
type: integer
3890+
responses:
3891+
'200':
3892+
content:
3893+
application/json:
3894+
schema:
3895+
properties: {}
3896+
type: object
3897+
description: Default Response
3898+
'429':
3899+
content:
3900+
application/json:
3901+
schema:
3902+
$ref: '#/components/schemas/ErrorResponse'
3903+
description: default error response type
3904+
'500':
3905+
content:
3906+
application/json:
3907+
schema:
3908+
$ref: '#/components/schemas/ErrorResponse'
3909+
description: 意料之外的服务器错误
3910+
description: 意料之外的服务器错误
3911+
security:
3912+
- CookiesSession: []
3913+
HTTPBearer: []
3914+
summary: 新增角色收藏
3915+
tags:
3916+
- collection
38463917
/p1/collections/episodes/{episodeID}:
38473918
patch:
38483919
operationId: updateEpisodeProgress
@@ -3865,6 +3936,12 @@ paths:
38653936
properties: {}
38663937
type: object
38673938
description: Default Response
3939+
'429':
3940+
content:
3941+
application/json:
3942+
schema:
3943+
$ref: '#/components/schemas/ErrorResponse'
3944+
description: default error response type
38683945
'500':
38693946
content:
38703947
application/json:
@@ -3930,6 +4007,77 @@ paths:
39304007
summary: 获取当前用户的目录收藏
39314008
tags:
39324009
- collection
4010+
/p1/collections/indexes/{indexID}:
4011+
delete:
4012+
operationId: deleteIndexCollection
4013+
parameters:
4014+
- in: path
4015+
name: indexID
4016+
required: true
4017+
schema:
4018+
type: integer
4019+
responses:
4020+
'200':
4021+
content:
4022+
application/json:
4023+
schema:
4024+
properties: {}
4025+
type: object
4026+
description: Default Response
4027+
'429':
4028+
content:
4029+
application/json:
4030+
schema:
4031+
$ref: '#/components/schemas/ErrorResponse'
4032+
description: default error response type
4033+
'500':
4034+
content:
4035+
application/json:
4036+
schema:
4037+
$ref: '#/components/schemas/ErrorResponse'
4038+
description: 意料之外的服务器错误
4039+
description: 意料之外的服务器错误
4040+
security:
4041+
- CookiesSession: []
4042+
HTTPBearer: []
4043+
summary: 删除目录收藏
4044+
tags:
4045+
- collection
4046+
put:
4047+
operationId: addIndexCollection
4048+
parameters:
4049+
- in: path
4050+
name: indexID
4051+
required: true
4052+
schema:
4053+
type: integer
4054+
responses:
4055+
'200':
4056+
content:
4057+
application/json:
4058+
schema:
4059+
properties: {}
4060+
type: object
4061+
description: Default Response
4062+
'429':
4063+
content:
4064+
application/json:
4065+
schema:
4066+
$ref: '#/components/schemas/ErrorResponse'
4067+
description: default error response type
4068+
'500':
4069+
content:
4070+
application/json:
4071+
schema:
4072+
$ref: '#/components/schemas/ErrorResponse'
4073+
description: 意料之外的服务器错误
4074+
description: 意料之外的服务器错误
4075+
security:
4076+
- CookiesSession: []
4077+
HTTPBearer: []
4078+
summary: 新增目录收藏
4079+
tags:
4080+
- collection
39334081
/p1/collections/persons:
39344082
get:
39354083
operationId: getMyPersonCollections
@@ -3982,6 +4130,77 @@ paths:
39824130
summary: 获取当前用户的人物收藏
39834131
tags:
39844132
- collection
4133+
/p1/collections/persons/{personID}:
4134+
delete:
4135+
operationId: deletePersonCollection
4136+
parameters:
4137+
- in: path
4138+
name: personID
4139+
required: true
4140+
schema:
4141+
type: integer
4142+
responses:
4143+
'200':
4144+
content:
4145+
application/json:
4146+
schema:
4147+
properties: {}
4148+
type: object
4149+
description: Default Response
4150+
'429':
4151+
content:
4152+
application/json:
4153+
schema:
4154+
$ref: '#/components/schemas/ErrorResponse'
4155+
description: default error response type
4156+
'500':
4157+
content:
4158+
application/json:
4159+
schema:
4160+
$ref: '#/components/schemas/ErrorResponse'
4161+
description: 意料之外的服务器错误
4162+
description: 意料之外的服务器错误
4163+
security:
4164+
- CookiesSession: []
4165+
HTTPBearer: []
4166+
summary: 删除人物收藏
4167+
tags:
4168+
- collection
4169+
put:
4170+
operationId: addPersonCollection
4171+
parameters:
4172+
- in: path
4173+
name: personID
4174+
required: true
4175+
schema:
4176+
type: integer
4177+
responses:
4178+
'200':
4179+
content:
4180+
application/json:
4181+
schema:
4182+
properties: {}
4183+
type: object
4184+
description: Default Response
4185+
'429':
4186+
content:
4187+
application/json:
4188+
schema:
4189+
$ref: '#/components/schemas/ErrorResponse'
4190+
description: default error response type
4191+
'500':
4192+
content:
4193+
application/json:
4194+
schema:
4195+
$ref: '#/components/schemas/ErrorResponse'
4196+
description: 意料之外的服务器错误
4197+
description: 意料之外的服务器错误
4198+
security:
4199+
- CookiesSession: []
4200+
HTTPBearer: []
4201+
summary: 新增人物收藏
4202+
tags:
4203+
- collection
39854204
/p1/collections/subjects:
39864205
get:
39874206
operationId: getMySubjectCollections
@@ -4073,6 +4292,12 @@ paths:
40734292
properties: {}
40744293
type: object
40754294
description: Default Response
4295+
'429':
4296+
content:
4297+
application/json:
4298+
schema:
4299+
$ref: '#/components/schemas/ErrorResponse'
4300+
description: default error response type
40764301
'500':
40774302
content:
40784303
application/json:

0 commit comments

Comments
 (0)