新增类别接口
This commit is contained in:
@@ -144,6 +144,28 @@
|
||||
"tags" : [ "api.douban.moony.la/v1alpha1/DoubanMovie" ]
|
||||
}
|
||||
},
|
||||
"/apis/api.douban.moony.la/v1alpha1/doubanmovies/-/types" : {
|
||||
"get" : {
|
||||
"description" : "List all douban types.",
|
||||
"operationId" : "ListTypes",
|
||||
"responses" : {
|
||||
"default" : {
|
||||
"content" : {
|
||||
"*/*" : {
|
||||
"schema" : {
|
||||
"type" : "array",
|
||||
"items" : {
|
||||
"$ref" : "#/components/schemas/DoubanTypeVo"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description" : "default response"
|
||||
}
|
||||
},
|
||||
"tags" : [ "api.douban.moony.la/v1alpha1/DoubanMovie" ]
|
||||
}
|
||||
},
|
||||
"/apis/api.douban.moony.la/v1alpha1/doubanmovies/-/getDoubanDetail" : {
|
||||
"get" : {
|
||||
"description" : "getDoubanDetail.",
|
||||
@@ -851,6 +873,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"DoubanTypeVo" : {
|
||||
"type" : "object",
|
||||
"properties" : {
|
||||
"doubanCount" : {
|
||||
"type" : "integer",
|
||||
"format" : "int32"
|
||||
},
|
||||
"key" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"name" : {
|
||||
"type" : "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"JsonPatch" : {
|
||||
"minItems" : 1,
|
||||
"uniqueItems" : true,
|
||||
|
||||
Reference in New Issue
Block a user