From 0a99a8fd4a15ba260291dd1ffba69e0da10efb7d Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Sat, 15 Jun 2019 10:48:27 +0200 Subject: [PATCH] feat: custom objects can be merged by json-patch --- 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": [