diff options
| author | Thomas <> | 2023-10-09 13:26:22 +0200 | 
|---|---|---|
| committer | Thomas <> | 2023-10-09 13:26:22 +0200 | 
| commit | 0e1dd36ee5c329e543f5fadaf842bc42f5aca5f9 (patch) | |
| tree | 533d2cf28ce5a30114f8c683a5d392b1807cad0b | |
| parent | 4a43158088d11b28f91938740c76b1971dfbccc2 (diff) | |
| download | National_eIDAS_Gateway-0e1dd36ee5c329e543f5fadaf842bc42f5aca5f9.tar.gz National_eIDAS_Gateway-0e1dd36ee5c329e543f5fadaf842bc42f5aca5f9.tar.bz2 National_eIDAS_Gateway-0e1dd36ee5c329e543f5fadaf842bc42f5aca5f9.zip | |
feat(ernp): switch to lastest ERnP openAPI version 2.6.0
| -rw-r--r-- | modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json b/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json index 88e5664d..5a28c2b5 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json +++ b/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json @@ -2251,6 +2251,13 @@                "name" : "Kitverfolgung"              },              "default" : true +          }, +          "liefereKitKette" : { +            "type" : "boolean", +            "xml" : { +              "name" : "LiefereKitKette" +            }, +            "default" : false            }          }        }, | 
