From 3ae638b62afc67d31e8c712f99aa2545b56cf1c7 Mon Sep 17 00:00:00 2001 From: warren Date: Fri, 30 May 2025 17:18:52 +0100 Subject: [PATCH 1/2] fix: updated yaml file, missing value --- docs/insomnia/MAYS-DataService.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/insomnia/MAYS-DataService.yaml b/docs/insomnia/MAYS-DataService.yaml index 609fb0b..162482b 100644 --- a/docs/insomnia/MAYS-DataService.yaml +++ b/docs/insomnia/MAYS-DataService.yaml @@ -29,7 +29,7 @@ collection: method: POST body: mimeType: application/octet-stream - fileName: + fileName: "" headers: - name: Content-Type value: text/csv @@ -210,10 +210,10 @@ collection: body: mimeType: application/json text: |- - // Replace with actual FileId from MESH inbox + // Replace with actual FileId from MESH inbox // Get FileIds by calling: GET /messageexchange/X26ABC1/inbox { - "FileId": "159896E597B24A9F8E82F0674C10AB98" + "FileId": "159896E597B24A9F8E82F0674C10AB98" } headers: - name: Content-Type @@ -242,10 +242,10 @@ collection: body: mimeType: application/json text: |- - // Replace with actual FileId from MESH inbox + // Replace with actual FileId from MESH inbox // Get FileIds by calling: GET /messageexchange/X26ABC1/inbox { - "FileId": "159896E597B24A9F8E82F0674C10AB98" + "FileId": "159896E597B24A9F8E82F0674C10AB98" } headers: - name: Content-Type From 8c22b7be2371b9d6dcb305f0a90f6d24e03f83cc Mon Sep 17 00:00:00 2001 From: warren Date: Fri, 30 May 2025 17:32:29 +0100 Subject: [PATCH 2/2] fix: file formatting --- docs/insomnia/MAYS-DataService.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/insomnia/MAYS-DataService.yaml b/docs/insomnia/MAYS-DataService.yaml index 162482b..99c3773 100644 --- a/docs/insomnia/MAYS-DataService.yaml +++ b/docs/insomnia/MAYS-DataService.yaml @@ -210,10 +210,10 @@ collection: body: mimeType: application/json text: |- - // Replace with actual FileId from MESH inbox + // Replace with actual FileId from MESH inbox // Get FileIds by calling: GET /messageexchange/X26ABC1/inbox { - "FileId": "159896E597B24A9F8E82F0674C10AB98" + "FileId": "159896E597B24A9F8E82F0674C10AB98" } headers: - name: Content-Type @@ -242,10 +242,10 @@ collection: body: mimeType: application/json text: |- - // Replace with actual FileId from MESH inbox + // Replace with actual FileId from MESH inbox // Get FileIds by calling: GET /messageexchange/X26ABC1/inbox { - "FileId": "159896E597B24A9F8E82F0674C10AB98" + "FileId": "159896E597B24A9F8E82F0674C10AB98" } headers: - name: Content-Type