Skip to content

Commit e76a715

Browse files
committed
Update OpenAPI documentation
1 parent 925ae83 commit e76a715

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

openapi.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14508,6 +14508,66 @@
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": [

0 commit comments

Comments
 (0)