View | Details | Raw Unified | Return to bug 24502
Collapse All | Expand All

(-)a/api/v1/swagger/parameters.json (-1 / +14 lines)
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": {
74
    "name": "q",
75
    "in": "body",
76
    "required": false,
77
    "description": "Query filter",
78
    "schema": {
79
      "type": "object",
80
      "properties": {
81
        "q": {
82
          "type": ["object", "array"]
83
        }
84
      }
85
    }
86
   },
73
  "fundidPathParam": {
87
  "fundidPathParam": {
74
    "$ref": "parameters/fund.json#/fundidPathParam"
88
    "$ref": "parameters/fund.json#/fundidPathParam"
75
  }
89
  }
76
- 

Return to bug 24502