Skip to content

Commit

Permalink
Remove /objects/{id} PATCH from API specification
Browse files Browse the repository at this point in the history
This endpoint was removed in the prior commit, and I missed this.
  • Loading branch information
mjgiarlo committed Sep 19, 2019
1 parent 3c9677c commit 0c50b3b
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions openapi.json
Expand Up @@ -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"
}
}
]
}
}
},
Expand Down

0 comments on commit 0c50b3b

Please sign in to comment.