Revert "Add a macro for complexes multiparts"

This commit is contained in:
Blake Erickson
2021-03-06 14:52:49 -07:00
committed by GitHub
parent f7036b7e5a
commit 989aab656f
7 changed files with 1 additions and 110 deletions

View File

@@ -139,52 +139,6 @@
}
}
},
"/blogs/multipart": {
"post": {
"summary": "Creates a blog using multipart",
"tags": [
"Blogs"
],
"description": "Creates a new blog from provided data",
"operationId": "createBlogWithMultipart",
"parameters": [
],
"responses": {
"201": {
"description": "blog created",
"content": {
}
},
"422": {
"description": "invalid request",
"content": {
"application/json": {
"schema": {
"$ref": "#/definitions/errors_object"
}
}
}
}
},
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"type": "object",
"properties": {
"name": "blog",
"type": "object",
"properties": {
"$ref": "#/definitions/blog"
}
}
}
}
}
}
}
},
"/blogs/flexible": {
"post": {
"summary": "Creates a blog flexible body",