From 0c50b3b7c34141d98e387a7575f9e1614849e74a Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Thu, 19 Sep 2019 10:59:17 -0700 Subject: [PATCH] Remove /objects/{id} PATCH from API specification This endpoint was removed in the prior commit, and I missed this. --- openapi.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/openapi.json b/openapi.json index 287497b84..ec154ad27 100644 --- a/openapi.json +++ b/openapi.json @@ -868,31 +868,6 @@ } } ] - }, - "patch": { - "tags": [ - "objects" - ], - "summary": "Update the object metadata", - "description": "[DEPRECATED] Currently this handles the create virtual object use case. Use POST /virtual_objects instead", - "deprecated": true, - "operationId": "objects#update", - "responses": { - "200": { - "description": "OK" - } - }, - "parameters": [ - { - "name": "id", - "in": "path", - "description": "ID of object", - "required": true, - "schema": { - "$ref": "#/components/schemas/Druid" - } - } - ] } } },