diff options
Diffstat (limited to 'src/main/resources/swagger.json')
-rw-r--r-- | src/main/resources/swagger.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/main/resources/swagger.json b/src/main/resources/swagger.json index 9e26dfe..3c54bfa 100644 --- a/src/main/resources/swagger.json +++ b/src/main/resources/swagger.json @@ -1 +1,11 @@ -{}
\ No newline at end of file +{swagger: "2.0",
+info: {
+title: "os-volume",
+version: "Unknown"
+},
+consumes: [
+"application/json"
+],
+produces: [
+"application/json"
+]}
\ No newline at end of file |