From 03af8d9c33e52beca73be7adda3c14fdd5814f9e Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Thu, 5 Mar 2026 10:57:38 +0100 Subject: [PATCH] fix: elixFormsAPI - lookup by status moduleTag example --- .../elixForms API v2/Requests lookup/Lookup By Status.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collections/elixForms API v2/Requests lookup/Lookup By Status.yml b/collections/elixForms API v2/Requests lookup/Lookup By Status.yml index fe3ba1e..efc92e8 100644 --- a/collections/elixForms API v2/Requests lookup/Lookup By Status.yml +++ b/collections/elixForms API v2/Requests lookup/Lookup By Status.yml @@ -5,7 +5,7 @@ info: http: method: GET - url: "{{elixFormsApiUrl_Default}}/request/lookup/by-status?moduleTag=GESTIONE_SITI_WEB_NUOVO_SITO&requestStatus=PROCESSED" + url: "{{elixFormsApiUrl_Default}}/request/lookup/by-status?moduleTag=GESTIONE_SITI_WEB_NUOVO" headers: - name: x-requested-with value: XMLHttpRequest @@ -48,7 +48,7 @@ http: type: query disabled: true - name: moduleTag - value: GESTIONE_SITI_WEB_NUOVO_SITO + value: GESTIONE_SITI_WEB_NUOVO type: query - name: requestStatus value: PROCESSED