feat: update, delete, get movies

This commit is contained in:
2026-03-16 13:39:27 +01:00
parent bf1c306ef7
commit bcf16bc4c6
7 changed files with 248 additions and 21 deletions
@@ -0,0 +1,24 @@
info:
name: Update Movie
type: http
seq: 4
http:
method: PUT
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
body:
type: json
data: |-
{
"title": "Sinners",
"runtime": "120 mins",
"year": 2025,
"genres": ["action", "horror"]
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5