|
Lines 70-75
Link Here
|
| 70 |
"description": "Page size, for paginated object listing", |
70 |
"description": "Page size, for paginated object listing", |
| 71 |
"type": "integer" |
71 |
"type": "integer" |
| 72 |
}, |
72 |
}, |
|
|
73 |
"q_body": { |
| 74 |
"name": "query", |
| 75 |
"in": "body", |
| 76 |
"required": false, |
| 77 |
"description": "Query filter sent through request's body", |
| 78 |
"schema": { |
| 79 |
"type": ["object", "array"] |
| 80 |
}, |
| 81 |
"q_param": { |
| 82 |
"name": "q", |
| 83 |
"in": "query", |
| 84 |
"required": false, |
| 85 |
"description": "Query filter sent as a request parameter", |
| 86 |
"type": "string" |
| 87 |
}, |
| 88 |
"q_header": { |
| 89 |
"name": "x-koha-query", |
| 90 |
"in": "header", |
| 91 |
"required": false, |
| 92 |
"description": "Query filter sent as a request header", |
| 93 |
"type": "string" |
| 94 |
} |
| 95 |
|
| 96 |
}, |
| 73 |
"fundidPathParam": { |
97 |
"fundidPathParam": { |
| 74 |
"$ref": "parameters/fund.json#/fundidPathParam" |
98 |
"$ref": "parameters/fund.json#/fundidPathParam" |
| 75 |
} |
99 |
} |
| 76 |
- |
|
|