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