Files
go-playground/projects/greenlight/docs/api/greenlight-bruno/Create Movie.yml
T

25 lines
377 B
YAML

info:
name: Create Movie
type: http
seq: 2
http:
method: POST
url: "{{URL}}{{VERSION}}/movies"
body:
type: json
data: |-
{
"title": "The Breakfast Club",
"runtime": "96 mins",
"year": 1986,
"genres": ["drama"]
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5