feat(MED-105): allow sending partial results in test
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user