@@ -3843,6 +3843,77 @@ paths:
3843
3843
summary : 获取当前用户的角色收藏
3844
3844
tags :
3845
3845
- 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
3846
3917
/p1/collections/episodes/{episodeID} :
3847
3918
patch :
3848
3919
operationId : updateEpisodeProgress
@@ -3865,6 +3936,12 @@ paths:
3865
3936
properties : {}
3866
3937
type : object
3867
3938
description : Default Response
3939
+ ' 429 ' :
3940
+ content :
3941
+ application/json :
3942
+ schema :
3943
+ $ref : ' #/components/schemas/ErrorResponse'
3944
+ description : default error response type
3868
3945
' 500 ' :
3869
3946
content :
3870
3947
application/json :
@@ -3930,6 +4007,77 @@ paths:
3930
4007
summary : 获取当前用户的目录收藏
3931
4008
tags :
3932
4009
- 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
3933
4081
/p1/collections/persons :
3934
4082
get :
3935
4083
operationId : getMyPersonCollections
@@ -3982,6 +4130,77 @@ paths:
3982
4130
summary : 获取当前用户的人物收藏
3983
4131
tags :
3984
4132
- 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
3985
4204
/p1/collections/subjects :
3986
4205
get :
3987
4206
operationId : getMySubjectCollections
@@ -4073,6 +4292,12 @@ paths:
4073
4292
properties : {}
4074
4293
type : object
4075
4294
description : Default Response
4295
+ ' 429 ' :
4296
+ content :
4297
+ application/json :
4298
+ schema :
4299
+ $ref : ' #/components/schemas/ErrorResponse'
4300
+ description : default error response type
4076
4301
' 500 ' :
4077
4302
content :
4078
4303
application/json :
0 commit comments