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