mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-15 02:40:23 +00:00
25 lines
391 B
JSON
25 lines
391 B
JSON
{
|
|
"parameters": {
|
|
"id": {
|
|
"type": "integer",
|
|
"format": "int64",
|
|
"in": "path",
|
|
"required": true
|
|
},
|
|
"tag": {
|
|
"type": "string",
|
|
"in": "query",
|
|
"required": false
|
|
},
|
|
"query": {
|
|
"$ref": "#/parameters/tag"
|
|
}
|
|
},
|
|
"paths": {
|
|
"/cars/{id}": {
|
|
"parameters": [
|
|
{ "$ref": "#/parameters/id"}
|
|
]
|
|
}
|
|
}
|
|
} |