From 02298ed15a6b573540e97cd76e0b5175ca186f42 Mon Sep 17 00:00:00 2001 From: drmongrain <75450753+drmongrain@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:19:09 -0500 Subject: [PATCH] Changed input content type from JSON to XML As agreed on the Dec 05 2024 i3 Architecture call I changed the content type for PidfloToMsag POST request to application/pidf+xml and the content type of MsagToPidflo to application/xml --- i3-msag-conversion.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3-msag-conversion.yaml b/i3-msag-conversion.yaml index d5e835e..eb93f22 100644 --- a/i3-msag-conversion.yaml +++ b/i3-msag-conversion.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: MSAG Conversion Service - version: "1.0" + version: "1.0.1" servers: - url: http://localhost/Mcs/v1 paths: @@ -14,7 +14,7 @@ paths: requestBody: description: PIDF-LO data content: - application/json: + application/pidf+xml: schema: type: string required: true @@ -48,7 +48,7 @@ paths: requestBody: description: MSAG data content: - application/json: + application/xml: schema: type: string required: true @@ -104,4 +104,4 @@ components: - msagAddress properties: msagAddress: - type: string \ No newline at end of file + type: string