Skip to content

Commit 00b4690

Browse files
1 parent 832c5cb commit 00b4690

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/domains/apiconfig-app/api/apiconfig_api/v1/_openapi.json.tpl

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "core",
55
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.59.26"
7+
"version": "0.59.31"
88
},
99
"servers": [
1010
{
@@ -10295,6 +10295,24 @@
1029510295
"type": "integer",
1029610296
"format": "int32"
1029710297
}
10298+
},
10299+
{
10300+
"name": "hasCBILL",
10301+
"in": "query",
10302+
"description": "Filter used to include creditor institutions with or without CBILL parameter",
10303+
"required": false,
10304+
"schema": {
10305+
"type": "boolean"
10306+
}
10307+
},
10308+
{
10309+
"name": "hasValidIban",
10310+
"in": "query",
10311+
"description": "Filter used to include creditor institutions with or without at least one valid iban",
10312+
"required": false,
10313+
"schema": {
10314+
"type": "boolean"
10315+
}
1029810316
}
1029910317
],
1030010318
"responses": {

0 commit comments

Comments
 (0)