From f038de1ed24c17da5735e5448187b04b7ca10f31 Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Tue, 2 Jul 2019 06:03:09 +0200 Subject: [PATCH] feat: custom objects can be merged by json-patch (#119) --- openapi/custom_objects_spec.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi/custom_objects_spec.json b/openapi/custom_objects_spec.json index 2e7e27d..2758cc3 100644 --- a/openapi/custom_objects_spec.json +++ b/openapi/custom_objects_spec.json @@ -390,6 +390,7 @@ "operationId": "patchClusterCustomObject", "description": "patch the specified cluster scoped custom object", "consumes": [ + "application/json-patch+json", "application/merge-patch+json" ], "produces": [ @@ -571,6 +572,7 @@ "patch": { "description": "partially update status of the specified cluster scoped custom object", "consumes": [ + "application/json-patch+json", "application/merge-patch+json" ], "produces": [ @@ -717,6 +719,7 @@ "patch": { "description": "partially update scale of the specified cluster scoped custom object", "consumes": [ + "application/json-patch+json", "application/merge-patch+json" ], "produces": [ @@ -882,6 +885,7 @@ "operationId": "patchNamespacedCustomObject", "description": "patch the specified namespace scoped custom object", "consumes": [ + "application/json-patch+json", "application/merge-patch+json" ], "produces": [ @@ -1070,6 +1074,7 @@ "patch": { "description": "partially update status of the specified namespace scoped custom object", "consumes": [ + "application/json-patch+json", "application/merge-patch+json" ], "produces": [ @@ -1223,6 +1228,7 @@ "patch": { "description": "partially update scale of the specified namespace scoped custom object", "consumes": [ + "application/json-patch+json", "application/merge-patch+json" ], "produces": [