api.fluff4.me 1.0.520 → 1.0.522
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +29 -29
- package/openapi.json +58 -58
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -840,13 +840,13 @@ export interface Paths {
|
|
|
840
840
|
}
|
|
841
841
|
response: Response<FeedResponse> | ErrorResponse
|
|
842
842
|
},
|
|
843
|
-
"/follow/author/{
|
|
843
|
+
"/follow/author/{id}": {
|
|
844
844
|
method: "post"
|
|
845
845
|
body?: undefined
|
|
846
846
|
search?: undefined
|
|
847
847
|
response: Response<Follow> | ErrorResponse
|
|
848
848
|
},
|
|
849
|
-
"/follow/work/{
|
|
849
|
+
"/follow/work/{id}": {
|
|
850
850
|
method: "post"
|
|
851
851
|
body?: undefined
|
|
852
852
|
search?: undefined
|
|
@@ -858,25 +858,25 @@ export interface Paths {
|
|
|
858
858
|
search?: undefined
|
|
859
859
|
response: Response<Follow> | ErrorResponse
|
|
860
860
|
},
|
|
861
|
-
"/follow/tag/{
|
|
861
|
+
"/follow/tag/{id}": {
|
|
862
862
|
method: "post"
|
|
863
863
|
body?: undefined
|
|
864
864
|
search?: undefined
|
|
865
865
|
response: Response<Follow> | ErrorResponse
|
|
866
866
|
},
|
|
867
|
-
"/follow/category/{
|
|
867
|
+
"/follow/category/{id}": {
|
|
868
868
|
method: "post"
|
|
869
869
|
body?: undefined
|
|
870
870
|
search?: undefined
|
|
871
871
|
response: Response<Follow> | ErrorResponse
|
|
872
872
|
},
|
|
873
|
-
"/unfollow/author/{
|
|
873
|
+
"/unfollow/author/{id}": {
|
|
874
874
|
method: "post"
|
|
875
875
|
body?: undefined
|
|
876
876
|
search?: undefined
|
|
877
877
|
response: Response<Follow> | ErrorResponse
|
|
878
878
|
},
|
|
879
|
-
"/unfollow/work/{
|
|
879
|
+
"/unfollow/work/{id}": {
|
|
880
880
|
method: "post"
|
|
881
881
|
body?: undefined
|
|
882
882
|
search?: undefined
|
|
@@ -888,13 +888,13 @@ export interface Paths {
|
|
|
888
888
|
search?: undefined
|
|
889
889
|
response: Response<Follow> | ErrorResponse
|
|
890
890
|
},
|
|
891
|
-
"/unfollow/tag/{
|
|
891
|
+
"/unfollow/tag/{id}": {
|
|
892
892
|
method: "post"
|
|
893
893
|
body?: undefined
|
|
894
894
|
search?: undefined
|
|
895
895
|
response: Response<Follow> | ErrorResponse
|
|
896
896
|
},
|
|
897
|
-
"/unfollow/category/{
|
|
897
|
+
"/unfollow/category/{id}": {
|
|
898
898
|
method: "post"
|
|
899
899
|
body?: undefined
|
|
900
900
|
search?: undefined
|
|
@@ -915,13 +915,13 @@ export interface Paths {
|
|
|
915
915
|
}
|
|
916
916
|
response: PaginatedResponse<Follow[]> | ErrorResponse
|
|
917
917
|
},
|
|
918
|
-
"/follows/author/{
|
|
918
|
+
"/follows/author/{id}": {
|
|
919
919
|
method: "get"
|
|
920
920
|
body?: undefined
|
|
921
921
|
search?: undefined
|
|
922
922
|
response: Response<Follow> | ErrorResponse
|
|
923
923
|
},
|
|
924
|
-
"/follows/work/{
|
|
924
|
+
"/follows/work/{id}": {
|
|
925
925
|
method: "get"
|
|
926
926
|
body?: undefined
|
|
927
927
|
search?: undefined
|
|
@@ -933,25 +933,25 @@ export interface Paths {
|
|
|
933
933
|
search?: undefined
|
|
934
934
|
response: Response<Follow> | ErrorResponse
|
|
935
935
|
},
|
|
936
|
-
"/follows/tag/{
|
|
936
|
+
"/follows/tag/{id}": {
|
|
937
937
|
method: "get"
|
|
938
938
|
body?: undefined
|
|
939
939
|
search?: undefined
|
|
940
940
|
response: Response<Follow> | ErrorResponse
|
|
941
941
|
},
|
|
942
|
-
"/follows/category/{
|
|
942
|
+
"/follows/category/{id}": {
|
|
943
943
|
method: "get"
|
|
944
944
|
body?: undefined
|
|
945
945
|
search?: undefined
|
|
946
946
|
response: Response<Follow> | ErrorResponse
|
|
947
947
|
},
|
|
948
|
-
"/ignore/author/{
|
|
948
|
+
"/ignore/author/{id}": {
|
|
949
949
|
method: "post"
|
|
950
950
|
body?: undefined
|
|
951
951
|
search?: undefined
|
|
952
952
|
response: Response<Follow> | ErrorResponse
|
|
953
953
|
},
|
|
954
|
-
"/ignore/work/{
|
|
954
|
+
"/ignore/work/{id}": {
|
|
955
955
|
method: "post"
|
|
956
956
|
body?: undefined
|
|
957
957
|
search?: undefined
|
|
@@ -963,25 +963,25 @@ export interface Paths {
|
|
|
963
963
|
search?: undefined
|
|
964
964
|
response: Response<Follow> | ErrorResponse
|
|
965
965
|
},
|
|
966
|
-
"/ignore/tag/{
|
|
966
|
+
"/ignore/tag/{id}": {
|
|
967
967
|
method: "post"
|
|
968
968
|
body?: undefined
|
|
969
969
|
search?: undefined
|
|
970
970
|
response: Response<Follow> | ErrorResponse
|
|
971
971
|
},
|
|
972
|
-
"/ignore/category/{
|
|
972
|
+
"/ignore/category/{id}": {
|
|
973
973
|
method: "post"
|
|
974
974
|
body?: undefined
|
|
975
975
|
search?: undefined
|
|
976
976
|
response: Response<Follow> | ErrorResponse
|
|
977
977
|
},
|
|
978
|
-
"/unignore/author/{
|
|
978
|
+
"/unignore/author/{id}": {
|
|
979
979
|
method: "post"
|
|
980
980
|
body?: undefined
|
|
981
981
|
search?: undefined
|
|
982
982
|
response: Response<Follow> | ErrorResponse
|
|
983
983
|
},
|
|
984
|
-
"/unignore/work/{
|
|
984
|
+
"/unignore/work/{id}": {
|
|
985
985
|
method: "post"
|
|
986
986
|
body?: undefined
|
|
987
987
|
search?: undefined
|
|
@@ -993,13 +993,13 @@ export interface Paths {
|
|
|
993
993
|
search?: undefined
|
|
994
994
|
response: Response<Follow> | ErrorResponse
|
|
995
995
|
},
|
|
996
|
-
"/unignore/tag/{
|
|
996
|
+
"/unignore/tag/{id}": {
|
|
997
997
|
method: "post"
|
|
998
998
|
body?: undefined
|
|
999
999
|
search?: undefined
|
|
1000
1000
|
response: Response<Follow> | ErrorResponse
|
|
1001
1001
|
},
|
|
1002
|
-
"/unignore/category/{
|
|
1002
|
+
"/unignore/category/{id}": {
|
|
1003
1003
|
method: "post"
|
|
1004
1004
|
body?: undefined
|
|
1005
1005
|
search?: undefined
|
|
@@ -1014,13 +1014,13 @@ export interface Paths {
|
|
|
1014
1014
|
}
|
|
1015
1015
|
response: PaginatedResponse<Follow[]> | ErrorResponse
|
|
1016
1016
|
},
|
|
1017
|
-
"/ignores/author/{
|
|
1017
|
+
"/ignores/author/{id}": {
|
|
1018
1018
|
method: "get"
|
|
1019
1019
|
body?: undefined
|
|
1020
1020
|
search?: undefined
|
|
1021
1021
|
response: Response<Follow> | ErrorResponse
|
|
1022
1022
|
},
|
|
1023
|
-
"/ignores/work/{
|
|
1023
|
+
"/ignores/work/{id}": {
|
|
1024
1024
|
method: "get"
|
|
1025
1025
|
body?: undefined
|
|
1026
1026
|
search?: undefined
|
|
@@ -1032,13 +1032,13 @@ export interface Paths {
|
|
|
1032
1032
|
search?: undefined
|
|
1033
1033
|
response: Response<Follow> | ErrorResponse
|
|
1034
1034
|
},
|
|
1035
|
-
"/ignores/tag/{
|
|
1035
|
+
"/ignores/tag/{id}": {
|
|
1036
1036
|
method: "get"
|
|
1037
1037
|
body?: undefined
|
|
1038
1038
|
search?: undefined
|
|
1039
1039
|
response: Response<Follow> | ErrorResponse
|
|
1040
1040
|
},
|
|
1041
|
-
"/ignores/category/{
|
|
1041
|
+
"/ignores/category/{id}": {
|
|
1042
1042
|
method: "get"
|
|
1043
1043
|
body?: undefined
|
|
1044
1044
|
search?: undefined
|
|
@@ -1179,19 +1179,19 @@ export interface Paths {
|
|
|
1179
1179
|
search?: undefined
|
|
1180
1180
|
response: Response<TagCategory> | ErrorResponse
|
|
1181
1181
|
},
|
|
1182
|
-
"/tag/update/global/{
|
|
1182
|
+
"/tag/update/global/{name}": {
|
|
1183
1183
|
method: "post"
|
|
1184
1184
|
body: TagGlobalUpdateBody
|
|
1185
1185
|
search?: undefined
|
|
1186
1186
|
response: Response<Tag> | ErrorResponse
|
|
1187
1187
|
},
|
|
1188
|
-
"/tag/update/category/{
|
|
1188
|
+
"/tag/update/category/{name}": {
|
|
1189
1189
|
method: "post"
|
|
1190
1190
|
body: TagCategoryUpdateBody
|
|
1191
1191
|
search?: undefined
|
|
1192
1192
|
response: Response<TagCategory> | ErrorResponse
|
|
1193
1193
|
},
|
|
1194
|
-
"/tag/update/custom/{
|
|
1194
|
+
"/tag/update/custom/{name}": {
|
|
1195
1195
|
method: "post"
|
|
1196
1196
|
body: CustomTagRenameBody
|
|
1197
1197
|
search?: undefined
|
|
@@ -1203,7 +1203,7 @@ export interface Paths {
|
|
|
1203
1203
|
search?: undefined
|
|
1204
1204
|
response: void | ErrorResponse
|
|
1205
1205
|
},
|
|
1206
|
-
"/tag/delete/category/{
|
|
1206
|
+
"/tag/delete/category/{name}": {
|
|
1207
1207
|
method: "post"
|
|
1208
1208
|
body?: undefined
|
|
1209
1209
|
search?: undefined
|
|
@@ -1221,7 +1221,7 @@ export interface Paths {
|
|
|
1221
1221
|
search?: undefined
|
|
1222
1222
|
response: Response<Tag> | ErrorResponse
|
|
1223
1223
|
},
|
|
1224
|
-
"/tag/demote/{
|
|
1224
|
+
"/tag/demote/{name}": {
|
|
1225
1225
|
method: "post"
|
|
1226
1226
|
body: TagGlobalDemoteBody
|
|
1227
1227
|
search?: undefined
|
package/openapi.json
CHANGED
|
@@ -4844,10 +4844,10 @@
|
|
|
4844
4844
|
}
|
|
4845
4845
|
}
|
|
4846
4846
|
},
|
|
4847
|
-
"/follow/author/{
|
|
4847
|
+
"/follow/author/{id}": {
|
|
4848
4848
|
"parameters": [
|
|
4849
4849
|
{
|
|
4850
|
-
"name": "
|
|
4850
|
+
"name": "id",
|
|
4851
4851
|
"in": "path"
|
|
4852
4852
|
}
|
|
4853
4853
|
],
|
|
@@ -4884,10 +4884,10 @@
|
|
|
4884
4884
|
}
|
|
4885
4885
|
}
|
|
4886
4886
|
},
|
|
4887
|
-
"/follow/work/{
|
|
4887
|
+
"/follow/work/{id}": {
|
|
4888
4888
|
"parameters": [
|
|
4889
4889
|
{
|
|
4890
|
-
"name": "
|
|
4890
|
+
"name": "id",
|
|
4891
4891
|
"in": "path"
|
|
4892
4892
|
}
|
|
4893
4893
|
],
|
|
@@ -4968,10 +4968,10 @@
|
|
|
4968
4968
|
}
|
|
4969
4969
|
}
|
|
4970
4970
|
},
|
|
4971
|
-
"/follow/tag/{
|
|
4971
|
+
"/follow/tag/{id}": {
|
|
4972
4972
|
"parameters": [
|
|
4973
4973
|
{
|
|
4974
|
-
"name": "
|
|
4974
|
+
"name": "id",
|
|
4975
4975
|
"in": "path"
|
|
4976
4976
|
}
|
|
4977
4977
|
],
|
|
@@ -5008,10 +5008,10 @@
|
|
|
5008
5008
|
}
|
|
5009
5009
|
}
|
|
5010
5010
|
},
|
|
5011
|
-
"/follow/category/{
|
|
5011
|
+
"/follow/category/{id}": {
|
|
5012
5012
|
"parameters": [
|
|
5013
5013
|
{
|
|
5014
|
-
"name": "
|
|
5014
|
+
"name": "id",
|
|
5015
5015
|
"in": "path"
|
|
5016
5016
|
}
|
|
5017
5017
|
],
|
|
@@ -5048,10 +5048,10 @@
|
|
|
5048
5048
|
}
|
|
5049
5049
|
}
|
|
5050
5050
|
},
|
|
5051
|
-
"/unfollow/author/{
|
|
5051
|
+
"/unfollow/author/{id}": {
|
|
5052
5052
|
"parameters": [
|
|
5053
5053
|
{
|
|
5054
|
-
"name": "
|
|
5054
|
+
"name": "id",
|
|
5055
5055
|
"in": "path"
|
|
5056
5056
|
}
|
|
5057
5057
|
],
|
|
@@ -5088,10 +5088,10 @@
|
|
|
5088
5088
|
}
|
|
5089
5089
|
}
|
|
5090
5090
|
},
|
|
5091
|
-
"/unfollow/work/{
|
|
5091
|
+
"/unfollow/work/{id}": {
|
|
5092
5092
|
"parameters": [
|
|
5093
5093
|
{
|
|
5094
|
-
"name": "
|
|
5094
|
+
"name": "id",
|
|
5095
5095
|
"in": "path"
|
|
5096
5096
|
}
|
|
5097
5097
|
],
|
|
@@ -5172,10 +5172,10 @@
|
|
|
5172
5172
|
}
|
|
5173
5173
|
}
|
|
5174
5174
|
},
|
|
5175
|
-
"/unfollow/tag/{
|
|
5175
|
+
"/unfollow/tag/{id}": {
|
|
5176
5176
|
"parameters": [
|
|
5177
5177
|
{
|
|
5178
|
-
"name": "
|
|
5178
|
+
"name": "id",
|
|
5179
5179
|
"in": "path"
|
|
5180
5180
|
}
|
|
5181
5181
|
],
|
|
@@ -5212,10 +5212,10 @@
|
|
|
5212
5212
|
}
|
|
5213
5213
|
}
|
|
5214
5214
|
},
|
|
5215
|
-
"/unfollow/category/{
|
|
5215
|
+
"/unfollow/category/{id}": {
|
|
5216
5216
|
"parameters": [
|
|
5217
5217
|
{
|
|
5218
|
-
"name": "
|
|
5218
|
+
"name": "id",
|
|
5219
5219
|
"in": "path"
|
|
5220
5220
|
}
|
|
5221
5221
|
],
|
|
@@ -5384,10 +5384,10 @@
|
|
|
5384
5384
|
}
|
|
5385
5385
|
}
|
|
5386
5386
|
},
|
|
5387
|
-
"/follows/author/{
|
|
5387
|
+
"/follows/author/{id}": {
|
|
5388
5388
|
"parameters": [
|
|
5389
5389
|
{
|
|
5390
|
-
"name": "
|
|
5390
|
+
"name": "id",
|
|
5391
5391
|
"in": "path"
|
|
5392
5392
|
}
|
|
5393
5393
|
],
|
|
@@ -5427,10 +5427,10 @@
|
|
|
5427
5427
|
}
|
|
5428
5428
|
}
|
|
5429
5429
|
},
|
|
5430
|
-
"/follows/work/{
|
|
5430
|
+
"/follows/work/{id}": {
|
|
5431
5431
|
"parameters": [
|
|
5432
5432
|
{
|
|
5433
|
-
"name": "
|
|
5433
|
+
"name": "id",
|
|
5434
5434
|
"in": "path"
|
|
5435
5435
|
}
|
|
5436
5436
|
],
|
|
@@ -5517,10 +5517,10 @@
|
|
|
5517
5517
|
}
|
|
5518
5518
|
}
|
|
5519
5519
|
},
|
|
5520
|
-
"/follows/tag/{
|
|
5520
|
+
"/follows/tag/{id}": {
|
|
5521
5521
|
"parameters": [
|
|
5522
5522
|
{
|
|
5523
|
-
"name": "
|
|
5523
|
+
"name": "id",
|
|
5524
5524
|
"in": "path"
|
|
5525
5525
|
}
|
|
5526
5526
|
],
|
|
@@ -5560,10 +5560,10 @@
|
|
|
5560
5560
|
}
|
|
5561
5561
|
}
|
|
5562
5562
|
},
|
|
5563
|
-
"/follows/category/{
|
|
5563
|
+
"/follows/category/{id}": {
|
|
5564
5564
|
"parameters": [
|
|
5565
5565
|
{
|
|
5566
|
-
"name": "
|
|
5566
|
+
"name": "id",
|
|
5567
5567
|
"in": "path"
|
|
5568
5568
|
}
|
|
5569
5569
|
],
|
|
@@ -5603,10 +5603,10 @@
|
|
|
5603
5603
|
}
|
|
5604
5604
|
}
|
|
5605
5605
|
},
|
|
5606
|
-
"/ignore/author/{
|
|
5606
|
+
"/ignore/author/{id}": {
|
|
5607
5607
|
"parameters": [
|
|
5608
5608
|
{
|
|
5609
|
-
"name": "
|
|
5609
|
+
"name": "id",
|
|
5610
5610
|
"in": "path"
|
|
5611
5611
|
}
|
|
5612
5612
|
],
|
|
@@ -5643,10 +5643,10 @@
|
|
|
5643
5643
|
}
|
|
5644
5644
|
}
|
|
5645
5645
|
},
|
|
5646
|
-
"/ignore/work/{
|
|
5646
|
+
"/ignore/work/{id}": {
|
|
5647
5647
|
"parameters": [
|
|
5648
5648
|
{
|
|
5649
|
-
"name": "
|
|
5649
|
+
"name": "id",
|
|
5650
5650
|
"in": "path"
|
|
5651
5651
|
}
|
|
5652
5652
|
],
|
|
@@ -5727,10 +5727,10 @@
|
|
|
5727
5727
|
}
|
|
5728
5728
|
}
|
|
5729
5729
|
},
|
|
5730
|
-
"/ignore/tag/{
|
|
5730
|
+
"/ignore/tag/{id}": {
|
|
5731
5731
|
"parameters": [
|
|
5732
5732
|
{
|
|
5733
|
-
"name": "
|
|
5733
|
+
"name": "id",
|
|
5734
5734
|
"in": "path"
|
|
5735
5735
|
}
|
|
5736
5736
|
],
|
|
@@ -5767,10 +5767,10 @@
|
|
|
5767
5767
|
}
|
|
5768
5768
|
}
|
|
5769
5769
|
},
|
|
5770
|
-
"/ignore/category/{
|
|
5770
|
+
"/ignore/category/{id}": {
|
|
5771
5771
|
"parameters": [
|
|
5772
5772
|
{
|
|
5773
|
-
"name": "
|
|
5773
|
+
"name": "id",
|
|
5774
5774
|
"in": "path"
|
|
5775
5775
|
}
|
|
5776
5776
|
],
|
|
@@ -5807,10 +5807,10 @@
|
|
|
5807
5807
|
}
|
|
5808
5808
|
}
|
|
5809
5809
|
},
|
|
5810
|
-
"/unignore/author/{
|
|
5810
|
+
"/unignore/author/{id}": {
|
|
5811
5811
|
"parameters": [
|
|
5812
5812
|
{
|
|
5813
|
-
"name": "
|
|
5813
|
+
"name": "id",
|
|
5814
5814
|
"in": "path"
|
|
5815
5815
|
}
|
|
5816
5816
|
],
|
|
@@ -5847,10 +5847,10 @@
|
|
|
5847
5847
|
}
|
|
5848
5848
|
}
|
|
5849
5849
|
},
|
|
5850
|
-
"/unignore/work/{
|
|
5850
|
+
"/unignore/work/{id}": {
|
|
5851
5851
|
"parameters": [
|
|
5852
5852
|
{
|
|
5853
|
-
"name": "
|
|
5853
|
+
"name": "id",
|
|
5854
5854
|
"in": "path"
|
|
5855
5855
|
}
|
|
5856
5856
|
],
|
|
@@ -5931,10 +5931,10 @@
|
|
|
5931
5931
|
}
|
|
5932
5932
|
}
|
|
5933
5933
|
},
|
|
5934
|
-
"/unignore/tag/{
|
|
5934
|
+
"/unignore/tag/{id}": {
|
|
5935
5935
|
"parameters": [
|
|
5936
5936
|
{
|
|
5937
|
-
"name": "
|
|
5937
|
+
"name": "id",
|
|
5938
5938
|
"in": "path"
|
|
5939
5939
|
}
|
|
5940
5940
|
],
|
|
@@ -5971,10 +5971,10 @@
|
|
|
5971
5971
|
}
|
|
5972
5972
|
}
|
|
5973
5973
|
},
|
|
5974
|
-
"/unignore/category/{
|
|
5974
|
+
"/unignore/category/{id}": {
|
|
5975
5975
|
"parameters": [
|
|
5976
5976
|
{
|
|
5977
|
-
"name": "
|
|
5977
|
+
"name": "id",
|
|
5978
5978
|
"in": "path"
|
|
5979
5979
|
}
|
|
5980
5980
|
],
|
|
@@ -6106,10 +6106,10 @@
|
|
|
6106
6106
|
}
|
|
6107
6107
|
}
|
|
6108
6108
|
},
|
|
6109
|
-
"/ignores/author/{
|
|
6109
|
+
"/ignores/author/{id}": {
|
|
6110
6110
|
"parameters": [
|
|
6111
6111
|
{
|
|
6112
|
-
"name": "
|
|
6112
|
+
"name": "id",
|
|
6113
6113
|
"in": "path"
|
|
6114
6114
|
}
|
|
6115
6115
|
],
|
|
@@ -6149,10 +6149,10 @@
|
|
|
6149
6149
|
}
|
|
6150
6150
|
}
|
|
6151
6151
|
},
|
|
6152
|
-
"/ignores/work/{
|
|
6152
|
+
"/ignores/work/{id}": {
|
|
6153
6153
|
"parameters": [
|
|
6154
6154
|
{
|
|
6155
|
-
"name": "
|
|
6155
|
+
"name": "id",
|
|
6156
6156
|
"in": "path"
|
|
6157
6157
|
}
|
|
6158
6158
|
],
|
|
@@ -6239,10 +6239,10 @@
|
|
|
6239
6239
|
}
|
|
6240
6240
|
}
|
|
6241
6241
|
},
|
|
6242
|
-
"/ignores/tag/{
|
|
6242
|
+
"/ignores/tag/{id}": {
|
|
6243
6243
|
"parameters": [
|
|
6244
6244
|
{
|
|
6245
|
-
"name": "
|
|
6245
|
+
"name": "id",
|
|
6246
6246
|
"in": "path"
|
|
6247
6247
|
}
|
|
6248
6248
|
],
|
|
@@ -6282,10 +6282,10 @@
|
|
|
6282
6282
|
}
|
|
6283
6283
|
}
|
|
6284
6284
|
},
|
|
6285
|
-
"/ignores/category/{
|
|
6285
|
+
"/ignores/category/{id}": {
|
|
6286
6286
|
"parameters": [
|
|
6287
6287
|
{
|
|
6288
|
-
"name": "
|
|
6288
|
+
"name": "id",
|
|
6289
6289
|
"in": "path"
|
|
6290
6290
|
}
|
|
6291
6291
|
],
|
|
@@ -7161,10 +7161,10 @@
|
|
|
7161
7161
|
}
|
|
7162
7162
|
}
|
|
7163
7163
|
},
|
|
7164
|
-
"/tag/update/global/{
|
|
7164
|
+
"/tag/update/global/{name}": {
|
|
7165
7165
|
"parameters": [
|
|
7166
7166
|
{
|
|
7167
|
-
"name": "
|
|
7167
|
+
"name": "name",
|
|
7168
7168
|
"in": "path"
|
|
7169
7169
|
}
|
|
7170
7170
|
],
|
|
@@ -7210,10 +7210,10 @@
|
|
|
7210
7210
|
}
|
|
7211
7211
|
}
|
|
7212
7212
|
},
|
|
7213
|
-
"/tag/update/category/{
|
|
7213
|
+
"/tag/update/category/{name}": {
|
|
7214
7214
|
"parameters": [
|
|
7215
7215
|
{
|
|
7216
|
-
"name": "
|
|
7216
|
+
"name": "name",
|
|
7217
7217
|
"in": "path"
|
|
7218
7218
|
}
|
|
7219
7219
|
],
|
|
@@ -7259,10 +7259,10 @@
|
|
|
7259
7259
|
}
|
|
7260
7260
|
}
|
|
7261
7261
|
},
|
|
7262
|
-
"/tag/update/custom/{
|
|
7262
|
+
"/tag/update/custom/{name}": {
|
|
7263
7263
|
"parameters": [
|
|
7264
7264
|
{
|
|
7265
|
-
"name": "
|
|
7265
|
+
"name": "name",
|
|
7266
7266
|
"in": "path"
|
|
7267
7267
|
}
|
|
7268
7268
|
],
|
|
@@ -7336,10 +7336,10 @@
|
|
|
7336
7336
|
}
|
|
7337
7337
|
}
|
|
7338
7338
|
},
|
|
7339
|
-
"/tag/delete/category/{
|
|
7339
|
+
"/tag/delete/category/{name}": {
|
|
7340
7340
|
"parameters": [
|
|
7341
7341
|
{
|
|
7342
|
-
"name": "
|
|
7342
|
+
"name": "name",
|
|
7343
7343
|
"in": "path"
|
|
7344
7344
|
}
|
|
7345
7345
|
],
|
|
@@ -7432,10 +7432,10 @@
|
|
|
7432
7432
|
}
|
|
7433
7433
|
}
|
|
7434
7434
|
},
|
|
7435
|
-
"/tag/demote/{
|
|
7435
|
+
"/tag/demote/{name}": {
|
|
7436
7436
|
"parameters": [
|
|
7437
7437
|
{
|
|
7438
|
-
"name": "
|
|
7438
|
+
"name": "name",
|
|
7439
7439
|
"in": "path"
|
|
7440
7440
|
}
|
|
7441
7441
|
],
|
package/package.json
CHANGED