feat(MED-105): allow sending partial results in test

This commit is contained in:
2025-08-14 01:20:45 +03:00
parent 8e9da80e5c
commit 87751e10b4
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ function send_medipost_test_response() {
curl -X POST "$HOSTNAME/api/order/medipost-test-response" \
--header "x-jobs-api-key: $JOBS_API_TOKEN" \
--header 'Content-Type: application/json' \
--data '{ "medusaOrderId": "'$MEDUSA_ORDER_ID'" }'
--data '{ "medusaOrderId": "'$MEDUSA_ORDER_ID'", "maxItems": 2 }'
}
function sync_analysis_results() {