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

23 lines
306 B
YAML

info:
name: Create Movie
type: http
seq: 2
http:
method: POST
url: "{{URL}}{{VERSION}}/movies"
body:
type: json
data: |-
{
"title": "2313",
"runtime": "2"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5