We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72c88a commit b955fb5Copy full SHA for b955fb5
openapi/custom_objects_spec.json
@@ -47,6 +47,13 @@
47
"https"
48
],
49
"parameters": [
50
+ {
51
+ "uniqueItems": true,
52
+ "type": "string",
53
+ "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
54
+ "name": "fieldSelector",
55
+ "in": "query"
56
+ },
57
{
58
"uniqueItems": true,
59
"type": "string",
@@ -179,6 +186,13 @@
179
186
180
187
181
188
189
190
191
192
193
194
195
182
196
183
197
184
198
0 commit comments