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

23 lines
314 B
YAML

info:
name: Update Movie
type: http
seq: 5
http:
method: PATCH
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
body:
type: json
data: |-
{
"year": 2001,
"title": ""
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5