Skip to content

Commit ea9a206

Browse files
feat: Add field selector for deletion api of custom object collection (#272)
1 parent 44f66ad commit ea9a206

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi/custom_objects_spec.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,13 @@
665665
"name": "dryRun",
666666
"type": "string",
667667
"uniqueItems": true
668+
},
669+
{
670+
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
671+
"in": "query",
672+
"name": "fieldSelector",
673+
"type": "string",
674+
"uniqueItems": true
668675
}
669676
],
670677
"responses": {

0 commit comments

Comments
 (0)