diff --git a/src/domains/apiconfig-app/api/apiconfig_api/v1/_openapi.json.tpl b/src/domains/apiconfig-app/api/apiconfig_api/v1/_openapi.json.tpl index 41fd05b978..d447b60e33 100644 --- a/src/domains/apiconfig-app/api/apiconfig_api/v1/_openapi.json.tpl +++ b/src/domains/apiconfig-app/api/apiconfig_api/v1/_openapi.json.tpl @@ -4,7 +4,7 @@ "title": "core", "description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti", "termsOfService": "https://www.pagopa.gov.it/", - "version": "0.59.26" + "version": "0.59.33" }, "servers": [ { @@ -10295,6 +10295,24 @@ "type": "integer", "format": "int32" } + }, + { + "name": "hasCBILL", + "in": "query", + "description": "Filter used to include creditor institutions with or without CBILL parameter", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "hasValidIban", + "in": "query", + "description": "Filter used to include creditor institutions with or without at least one valid iban", + "required": false, + "schema": { + "type": "boolean" + } } ], "responses": {