From 3b84010a9db1bc009d96c9ba3db9f1b998503565 Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Tue, 25 Aug 2026 15:18:01 +0200 Subject: [PATCH] update collection files after bruno update to 4.x --- .../Gov.it OpenData/opencollection.yml | 16 ++++++++++++---- .../Power Automate/opencollection.yml | 16 ++++++++++++---- .../SharePoint API/opencollection.yml | 16 ++++++++++++---- .../elixForms API v2/opencollection.yml | 5 +---- 4 files changed, 37 insertions(+), 16 deletions(-) diff --git a/bruno/collections/Gov.it OpenData/opencollection.yml b/bruno/collections/Gov.it OpenData/opencollection.yml index 7be470f..e9cc9fa 100644 --- a/bruno/collections/Gov.it OpenData/opencollection.yml +++ b/bruno/collections/Gov.it OpenData/opencollection.yml @@ -2,8 +2,16 @@ opencollection: 1.0.0 info: name: Gov.it OpenData +config: + proxy: + inherit: true + config: + protocol: http + hostname: "" + port: "" + auth: + username: "" + password: "" + bypassProxy: "" bundled: false -extensions: - ignore: - - node_modules - - .git +extensions: {} diff --git a/bruno/collections/Power Automate/opencollection.yml b/bruno/collections/Power Automate/opencollection.yml index 5724844..a857b03 100644 --- a/bruno/collections/Power Automate/opencollection.yml +++ b/bruno/collections/Power Automate/opencollection.yml @@ -2,8 +2,16 @@ opencollection: 1.0.0 info: name: Power Automate +config: + proxy: + inherit: true + config: + protocol: http + hostname: "" + port: "" + auth: + username: "" + password: "" + bypassProxy: "" bundled: false -extensions: - ignore: - - node_modules - - .git +extensions: {} diff --git a/bruno/collections/SharePoint API/opencollection.yml b/bruno/collections/SharePoint API/opencollection.yml index 91e20a9..8446893 100644 --- a/bruno/collections/SharePoint API/opencollection.yml +++ b/bruno/collections/SharePoint API/opencollection.yml @@ -2,8 +2,16 @@ opencollection: 1.0.0 info: name: SharePoint API +config: + proxy: + inherit: true + config: + protocol: http + hostname: "" + port: "" + auth: + username: "" + password: "" + bypassProxy: "" bundled: false -extensions: - ignore: - - node_modules - - .git +extensions: {} diff --git a/bruno/collections/elixForms API v2/opencollection.yml b/bruno/collections/elixForms API v2/opencollection.yml index 3431bda..1832bb1 100644 --- a/bruno/collections/elixForms API v2/opencollection.yml +++ b/bruno/collections/elixForms API v2/opencollection.yml @@ -403,7 +403,4 @@ request: // pm.visualizer.set(template, tableProps); */ bundled: false -extensions: - ignore: - - node_modules - - .git +extensions: {}