16 lines
222 B
YAML
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
|