Files
go-playground/projects/greenlight/greenlight-bruno/Get Single Movie.yml
T
2026-03-11 15:50:38 +01:00

16 lines
222 B
YAML

info:
name: Get Single Movie
type: http
seq: 3
http:
method: GET
url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}"
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5