From 03f11029a19da1b8cdd331d5cdbadb77d0da38dc Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 17 Mar 2026 16:32:34 +0100 Subject: [PATCH] feat: bruno api docs --- .../greenlight/docs/api/greenlight-bruno/Create Movie.yml | 8 ++++---- .../greenlight/docs/api/greenlight-bruno/Update Movie.yml | 8 +++----- 2 files changed, 7 insertions(+), 9 deletions(-) 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