From ea9a2062d504bbc56022ef8cc312a79cae7bcbc2 Mon Sep 17 00:00:00 2001 From: ArpanSolanki29 <42803176+ArpanSolanki29@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:44:52 +0530 Subject: [PATCH] feat: Add field selector for deletion api of custom object collection (#272) --- openapi/custom_objects_spec.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi/custom_objects_spec.json b/openapi/custom_objects_spec.json index 205c93e..d595ae2 100644 --- a/openapi/custom_objects_spec.json +++ b/openapi/custom_objects_spec.json @@ -665,6 +665,13 @@ "name": "dryRun", "type": "string", "uniqueItems": true + }, + { + "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", + "in": "query", + "name": "fieldSelector", + "type": "string", + "uniqueItems": true } ], "responses": {