init CRUD
This commit is contained in:
16
.posting/fetch-movie.posting.yaml
Normal file
16
.posting/fetch-movie.posting.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: fetch movie
|
||||
url: http://localhost:8000/movies
|
||||
body:
|
||||
content: |-
|
||||
{
|
||||
"title": "point break",
|
||||
"year": 1991,
|
||||
"genre": [
|
||||
"action"
|
||||
],
|
||||
"director_id": "string"
|
||||
}
|
||||
content_type: application/json
|
||||
headers:
|
||||
- name: content-type
|
||||
value: application/json
|
||||
Reference in New Issue
Block a user