init CRUD
This commit is contained in:
14
.posting/add-director.posting.yaml
Normal file
14
.posting/add-director.posting.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user