feat: bruno api docs

This commit is contained in:
2026-03-17 16:32:34 +01:00
parent 973a9e341d
commit 03f11029a1
2 changed files with 7 additions and 9 deletions
@@ -10,10 +10,10 @@ http:
type: json
data: |-
{
"title": "Test",
"runtime": "120 mins",
"year": 2025,
"genres": ["action", "horror"]
"title": "Deadpool",
"runtime": "100 mins",
"year": 2010,
"genres": ["comedy", "adventure"]
}
auth: inherit
@@ -4,16 +4,14 @@ info:
seq: 4
http:
method: PUT
method: PATCH
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
body:
type: json
data: |-
{
"title": "Sinners",
"runtime": "120 mins",
"year": 2025,
"genres": ["action", "horror"]
"year": 2001,
"title": ""
}
auth: inherit