Skip to content

Commit 19d9f5f

Browse files
committed
release prep
1 parent a0db3e5 commit 19d9f5f

File tree

6 files changed

+1332
-1332
lines changed

6 files changed

+1332
-1332
lines changed

ss-adapter/ss-adapter-rest-v1/src/main/webapp/api-docs/SSAdapterRESTFile.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,73 @@
44
"basePath" : "http://localhost:8080/ss-adapter-rest",
55
"resourcePath" : "/SSAdapterRESTFile",
66
"apis" : [ {
7-
"path" : "/fileCanWrite",
7+
"path" : "/fileUserFileWrites",
88
"operations" : [ {
99
"method" : "POST",
10-
"summary" : "query whether given file can be downloaded with write access",
10+
"summary" : "retrieve files user currently could replace when uploading respective file again as he is writer",
1111
"notes" : "",
12-
"type" : "SSFileCanWriteRet",
13-
"nickname" : "fileCanWrite",
12+
"type" : "SSFileGetEditingFilesRet",
13+
"nickname" : "fileUserFileWrites",
1414
"produces" : [ "application/json" ],
1515
"consumes" : [ "application/json" ],
1616
"parameters" : [ {
1717
"name" : "body",
1818
"required" : false,
19-
"type" : "SSFileCanWritePar",
19+
"type" : "SSFileUserFileWritesPar",
2020
"paramType" : "body",
2121
"allowMultiple" : false
2222
} ]
2323
} ]
2424
}, {
25-
"path" : "/fileExtGet",
25+
"path" : "/fileSetReaderOrWriter",
2626
"operations" : [ {
2727
"method" : "POST",
28-
"summary" : "retrieve a file's extension",
28+
"summary" : "set user being writer or reaader for given file",
2929
"notes" : "",
30-
"type" : "SSFileExtGetRet",
31-
"nickname" : "fileExtGet",
30+
"type" : "SSFileSetReaderOrWriterRet",
31+
"nickname" : "fileSetReaderOrWriter",
3232
"produces" : [ "application/json" ],
3333
"consumes" : [ "application/json" ],
3434
"parameters" : [ {
3535
"name" : "body",
3636
"required" : false,
37-
"type" : "SSFileExtGetPar",
37+
"type" : "SSFileSetReaderOrWriterPar",
3838
"paramType" : "body",
3939
"allowMultiple" : false
4040
} ]
4141
} ]
4242
}, {
43-
"path" : "/fileUserFileWrites",
43+
"path" : "/fileCanWrite",
4444
"operations" : [ {
4545
"method" : "POST",
46-
"summary" : "retrieve files user currently could replace when uploading respective file again as he is writer",
46+
"summary" : "query whether given file can be downloaded with write access",
4747
"notes" : "",
48-
"type" : "SSFileGetEditingFilesRet",
49-
"nickname" : "fileUserFileWrites",
48+
"type" : "SSFileCanWriteRet",
49+
"nickname" : "fileCanWrite",
5050
"produces" : [ "application/json" ],
5151
"consumes" : [ "application/json" ],
5252
"parameters" : [ {
5353
"name" : "body",
5454
"required" : false,
55-
"type" : "SSFileUserFileWritesPar",
55+
"type" : "SSFileCanWritePar",
5656
"paramType" : "body",
5757
"allowMultiple" : false
5858
} ]
5959
} ]
6060
}, {
61-
"path" : "/fileSetReaderOrWriter",
61+
"path" : "/fileExtGet",
6262
"operations" : [ {
6363
"method" : "POST",
64-
"summary" : "set user being writer or reaader for given file",
64+
"summary" : "retrieve a file's extension",
6565
"notes" : "",
66-
"type" : "SSFileSetReaderOrWriterRet",
67-
"nickname" : "fileSetReaderOrWriter",
66+
"type" : "SSFileExtGetRet",
67+
"nickname" : "fileExtGet",
6868
"produces" : [ "application/json" ],
6969
"consumes" : [ "application/json" ],
7070
"parameters" : [ {
7171
"name" : "body",
7272
"required" : false,
73-
"type" : "SSFileSetReaderOrWriterPar",
73+
"type" : "SSFileExtGetPar",
7474
"paramType" : "body",
7575
"allowMultiple" : false
7676
} ]

0 commit comments

Comments
 (0)