20 lines
372 B
YAML
20 lines
372 B
YAML
name: get movie
|
|
url: http://localhost:8000/movies/:uuid
|
|
body:
|
|
content: |-
|
|
{
|
|
"title": "point break",
|
|
"year": 1991,
|
|
"genre": [
|
|
"action"
|
|
],
|
|
"director_id": "string"
|
|
}
|
|
content_type: application/json
|
|
headers:
|
|
- name: content-type
|
|
value: application/json
|
|
path_params:
|
|
- name: uuid
|
|
value: 70c3c743-c219-40c4-8f5b-ae8444ee8c6a
|