diff --git a/projects/greenlight/docs/api/greenlight-bruno/Create Movie.yml b/projects/greenlight/docs/api/greenlight-bruno/Create Movie.yml index 9a5fd40..dcfb0bf 100644 --- a/projects/greenlight/docs/api/greenlight-bruno/Create Movie.yml +++ b/projects/greenlight/docs/api/greenlight-bruno/Create Movie.yml @@ -10,10 +10,10 @@ http: type: json data: |- { - "title": "Test", - "runtime": "120 mins", - "year": 2025, - "genres": ["action", "horror"] + "title": "Deadpool", + "runtime": "100 mins", + "year": 2010, + "genres": ["comedy", "adventure"] } auth: inherit diff --git a/projects/greenlight/docs/api/greenlight-bruno/Update Movie.yml b/projects/greenlight/docs/api/greenlight-bruno/Update Movie.yml index 98d1838..ce0419a 100644 --- a/projects/greenlight/docs/api/greenlight-bruno/Update Movie.yml +++ b/projects/greenlight/docs/api/greenlight-bruno/Update Movie.yml @@ -4,16 +4,14 @@ info: seq: 4 http: - method: PUT + method: PATCH url: "{{URL}}{{VERSION}}/movies/{{MOVIE_ID}}" body: type: json data: |- { - "title": "Sinners", - "runtime": "120 mins", - "year": 2025, - "genres": ["action", "horror"] + "year": 2001, + "title": "" } auth: inherit