feat: bruno api docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user