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
@@ -10,10 +10,10 @@ http:
type: json
data: |-
{
"title": "The Breakfast Club",
"runtime": "96 mins",
"year": 1986,
"genres": ["drama"]
"title": "Test",
"runtime": "120 mins",
"year": 2025,
"genres": ["action", "horror"]
}
auth: inherit