aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules
diff options
context:
space:
mode:
authorThomas <>2022-02-03 19:05:47 +0100
committerThomas <>2022-02-08 09:35:52 +0100
commit837ce1a4fbece82fd84ab77fdd1eb0284ad2106a (patch)
treefca27a4f478c662d09f5145330ef6325fb33362c /eidas_modules
parent8d19a4097a61723950830c79aaee3168785b683b (diff)
downloadNational_eIDAS_Gateway-837ce1a4fbece82fd84ab77fdd1eb0284ad2106a.tar.gz
National_eIDAS_Gateway-837ce1a4fbece82fd84ab77fdd1eb0284ad2106a.tar.bz2
National_eIDAS_Gateway-837ce1a4fbece82fd84ab77fdd1eb0284ad2106a.zip
refactor(ernp): update openAPI specification from BM.I to use 'application/json' instead of 'application/xml'
Diffstat (limited to 'eidas_modules')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json
index c8276f3a..fef86c1b 100644
--- a/eidas_modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json
+++ b/eidas_modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json
@@ -83,7 +83,7 @@
} ],
"requestBody" : {
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/PersonAendern"
}
@@ -94,7 +94,7 @@
"default" : {
"description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/AendernResponse"
}
@@ -104,7 +104,7 @@
"4XX" : {
"description" : "Client Fehler (kann vom Client behoben werden)",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Fault"
}
@@ -114,7 +114,7 @@
"5XX" : {
"description" : "Server Fehler (normalerweise nicht vom Client behebbar)",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Fault"
}
@@ -161,7 +161,7 @@
} ],
"requestBody" : {
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/PersonAnlegen"
}
@@ -172,7 +172,7 @@
"default" : {
"description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/AnlegenResponse"
}
@@ -182,7 +182,7 @@
"4XX" : {
"description" : "Client Fehler (kann vom Client behoben werden)",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Fault"
}
@@ -192,7 +192,7 @@
"5XX" : {
"description" : "Server Fehler (normalerweise nicht vom Client behebbar)",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Fault"
}
@@ -239,7 +239,7 @@
} ],
"requestBody" : {
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/PersonSuchen"
}
@@ -250,7 +250,7 @@
"default" : {
"description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/SuchenResponse"
}
@@ -260,7 +260,7 @@
"4XX" : {
"description" : "Client Fehler (kann vom Client behoben werden)",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Fault"
}
@@ -270,7 +270,7 @@
"5XX" : {
"description" : "Server Fehler (normalerweise nicht vom Client behebbar)",
"content" : {
- "application/xml" : {
+ "application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Fault"
}