feat: update, delete, get movies
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
info:
|
||||
name: Delete Movie
|
||||
type: http
|
||||
seq: 5
|
||||
|
||||
http:
|
||||
method: DELETE
|
||||
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user