File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 1450814508 }
1450914509 }
1451014510 },
14511+ "/api/Volume/multiple": {
14512+ "post": {
14513+ "tags": [
14514+ "Volume"
14515+ ],
14516+ "requestBody": {
14517+ "content": {
14518+ "application/json": {
14519+ "schema": {
14520+ "type": "array",
14521+ "items": {
14522+ "type": "integer",
14523+ "format": "int32"
14524+ }
14525+ }
14526+ },
14527+ "text/json": {
14528+ "schema": {
14529+ "type": "array",
14530+ "items": {
14531+ "type": "integer",
14532+ "format": "int32"
14533+ }
14534+ }
14535+ },
14536+ "application/*+json": {
14537+ "schema": {
14538+ "type": "array",
14539+ "items": {
14540+ "type": "integer",
14541+ "format": "int32"
14542+ }
14543+ }
14544+ }
14545+ }
14546+ },
14547+ "responses": {
14548+ "200": {
14549+ "description": "OK",
14550+ "content": {
14551+ "text/plain": {
14552+ "schema": {
14553+ "type": "boolean"
14554+ }
14555+ },
14556+ "application/json": {
14557+ "schema": {
14558+ "type": "boolean"
14559+ }
14560+ },
14561+ "text/json": {
14562+ "schema": {
14563+ "type": "boolean"
14564+ }
14565+ }
14566+ }
14567+ }
14568+ }
14569+ }
14570+ },
1451114571 "/api/want-to-read": {
1451214572 "post": {
1451314573 "tags": [
You can’t perform that action at this time.
0 commit comments