Re-add test for DELETE form param

This commit is contained in:
Cristi Vîjdea
2018-12-23 18:28:13 +02:00
parent bebcc982e6
commit 7ce62616d2
2 changed files with 42 additions and 38 deletions
+15
View File
@@ -249,6 +249,21 @@ paths:
- multipart/form-data
tags:
- articles
delete:
operationId: articles_image_delete
description: image method docstring
parameters:
- name: delete_form_param
in: formData
description: this should not crash (form parameter on DELETE method)
type: integer
responses:
'204':
description: ''
consumes:
- multipart/form-data
tags:
- articles
parameters:
- name: slug
in: path