From 09e90e6994f0aa1bb2f824c1d43eb46379dd72da Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Tue, 1 Oct 2024 10:59:32 +0200 Subject: [PATCH] Add `Get Plugins` --- collections/Get Plugins.bru | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 collections/Get Plugins.bru diff --git a/collections/Get Plugins.bru b/collections/Get Plugins.bru new file mode 100644 index 00000000..a929f6f6 --- /dev/null +++ b/collections/Get Plugins.bru @@ -0,0 +1,11 @@ +meta { + name: Get Plugins + type: http + seq: 7 +} + +get { + url: {{mpm_backend_url}}/api/plugins/ + body: none + auth: inherit +}