generated from tsivinsky/go-template
allow to upload images
but also files, hmmmm
This commit is contained in:
19
docs/api/images/delete image.yml
Normal file
19
docs/api/images/delete image.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
info:
|
||||
name: delete image
|
||||
type: http
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: DELETE
|
||||
url: "{{base_url}}/api/images/:id"
|
||||
params:
|
||||
- name: id
|
||||
value: 019cf7de-0844-76d0-9d84-a4bbe7afc475
|
||||
type: path
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user