15 lines
282 B
YAML
15 lines
282 B
YAML
name: add director
|
|
method: POST
|
|
url: http://localhost:8000/directors
|
|
body:
|
|
content: |-
|
|
{
|
|
"name": "Kathryn Bigelow",
|
|
"birthdate": "27-11-1951",
|
|
"nationality": "US"
|
|
}
|
|
content_type: application/json
|
|
headers:
|
|
- name: content-type
|
|
value: application/json
|