Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": {
Expand Down
Loading