summaryrefslogtreecommitdiffstats
path: root/src/main/resources/swagger.json
blob: 3c54bfa16fe95fcc006221e828d26868877cfaef (plain)
1
2
3
4
5
6
7
8
9
10
11
{swagger: "2.0",
info: {
title: "os-volume",
version: "Unknown"
},
consumes: [
"application/json"
],
produces: [
"application/json"
]}