Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 3ae638b

Browse files
fix: updated yaml file, missing value
1 parent b2ddea7 commit 3ae638b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/insomnia/MAYS-DataService.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ collection:
2929
method: POST
3030
body:
3131
mimeType: application/octet-stream
32-
fileName:
32+
fileName: ""
3333
headers:
3434
- name: Content-Type
3535
value: text/csv
@@ -210,10 +210,10 @@ collection:
210210
body:
211211
mimeType: application/json
212212
text: |-
213-
// Replace with actual FileId from MESH inbox
213+
// Replace with actual FileId from MESH inbox
214214
// Get FileIds by calling: GET /messageexchange/X26ABC1/inbox
215215
{
216-
"FileId": "159896E597B24A9F8E82F0674C10AB98"
216+
"FileId": "159896E597B24A9F8E82F0674C10AB98"
217217
}
218218
headers:
219219
- name: Content-Type
@@ -242,10 +242,10 @@ collection:
242242
body:
243243
mimeType: application/json
244244
text: |-
245-
// Replace with actual FileId from MESH inbox
245+
// Replace with actual FileId from MESH inbox
246246
// Get FileIds by calling: GET /messageexchange/X26ABC1/inbox
247247
{
248-
"FileId": "159896E597B24A9F8E82F0674C10AB98"
248+
"FileId": "159896E597B24A9F8E82F0674C10AB98"
249249
}
250250
headers:
251251
- name: Content-Type

0 commit comments

Comments
 (0)