Files
nosql/.posting/get-movie.posting.yaml
Awen Lelu d7bea8e188 init CRUD
2025-12-18 17:16:26 +01:00

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