File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ swagger: "2.0"
22info :
33 title : " FileCodeBox API"
44 description : " FileCodeBox 是一个用于文件分享和代码片段管理的 Web 应用程序"
5- version : " 1.8.2 "
5+ version : " 1.9.1 "
66 termsOfService : " http://swagger.io/terms/"
77 contact :
88 name : " API Support"
6969 example : " 2025-09-11T10:00:00Z"
7070 version :
7171 type : " string"
72- example : " 1.8.2 "
72+ example : " 1.9.1 "
7373 uptime :
7474 type : " string"
7575 example : " 2h30m15s"
Original file line number Diff line number Diff line change 1313 "name" : " MIT" ,
1414 "url" : " https://github.com/zy84338719/filecodebox/blob/main/LICENSE"
1515 },
16- "version" : " 1.8.2 "
16+ "version" : " 1.9.1 "
1717 },
1818 "host" : " localhost:12345" ,
1919 "basePath" : " /" ,
553553 },
554554 "version" : {
555555 "type" : " string" ,
556- "example" : " 1.8.2 "
556+ "example" : " 1.9.1 "
557557 }
558558 }
559559 },
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ definitions:
1212 example : 2h30m15s
1313 type : string
1414 version :
15- example : 1.8.2
15+ example : 1.9.1
1616 type : string
1717 type : object
1818 handlers.SystemConfig :
5757 url : https://github.com/zy84338719/filecodebox/blob/main/LICENSE
5858 termsOfService : http://swagger.io/terms/
5959 title : FileCodeBox API
60- version : " 1.8.2 "
60+ version : " 1.9.1 "
6161paths :
6262 /api/config :
6363 get :
You can’t perform that action at this time.
0 commit comments