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 type: json
data: |- data: |-
{ {
"title": "Test", "title": "Deadpool",
"runtime": "120 mins", "runtime": "100 mins",
"year": 2025, "year": 2010,
"genres": ["action", "horror"] "genres": ["comedy", "adventure"]
} }
auth: inherit auth: inherit
@@ -4,16 +4,14 @@ info:
seq: 4 seq: 4
http: http:
method: PUT method: PATCH
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}" url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
body: body:
type: json type: json
data: |- data: |-
{ {
"title": "Sinners", "year": 2001,
"runtime": "120 mins", "title": ""
"year": 2025,
"genres": ["action", "horror"]
} }
auth: inherit auth: inherit