Skip to content

Commit

Permalink
Updated sync of merging develop branch into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt B Krystof committed Apr 16, 2024
1 parent efd1c21 commit 634b868
Showing 1 changed file with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@
"path": [
"api",
"report",
"json",
"uploadId",
"{{uploadId}}"
],
Expand Down Expand Up @@ -837,15 +838,15 @@
}
},
"url": {
"raw": "{{PROCESSING_STATUS_BASE_URL}}/api/report/reportId/{{reportId}}",
"raw": "{{PROCESSING_STATUS_BASE_URL}}/api/report/uploadId/{{uploadId}}",
"host": [
"{{PROCESSING_STATUS_BASE_URL}}"
],
"path": [
"api",
"report",
"reportId",
"{{reportId}}"
"uploadId",
"{{uploadId}}"
]
}
},
Expand All @@ -869,15 +870,15 @@
}
},
"url": {
"raw": "{{PROCESSING_STATUS_BASE_URL}}/api/report/uploadId/846fb6fc-350c-4e75-b36d-2aca9f60ae62",
"raw": "{{PROCESSING_STATUS_BASE_URL}}/api/report/reportId/{{reportId}}",
"host": [
"{{PROCESSING_STATUS_BASE_URL}}"
],
"path": [
"api",
"report",
"uploadId",
"846fb6fc-350c-4e75-b36d-2aca9f60ae62"
"reportId",
"{{reportId}}"
]
}
},
Expand Down Expand Up @@ -991,19 +992,14 @@
}
},
"response": []
}
]
},
{
"name": "Error Paths",
"item": [
},
{
"name": "Get reports for \"dex-hl7-validation\" stage",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "POST",
"method": "GET",
"header": [],
"body": {
"mode": "raw",
Expand Down Expand Up @@ -1034,7 +1030,12 @@
}
},
"response": []
},
}
]
},
{
"name": "Error Paths",
"item": [
{
"name": "Create report with missing schema name",
"request": {
Expand Down Expand Up @@ -1166,7 +1167,7 @@
{
"name": "Create report with missing event type",
"request": {
"method": "PUT",
"method": "POST",
"header": [],
"body": {
"mode": "raw",
Expand Down

0 comments on commit 634b868

Please sign in to comment.