Skip to content

Commit

Permalink
update readme for orchestration (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL authored Sep 3, 2024
1 parent 836f6c7 commit 1aafc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ curl --location 'https://your_url_here/orchestration/process-zip' \
--form 'message_type="ecr"' \
--form 'include_error_types="[errors]"' \
--form 'config_file_name="sample-orchestration-s3-config.json"' \
--form 'upload_file=@"/path_to_your_zip/sample.zip"' \
--form 'upload_file=@"/path_to_your_zip/sample.zip";type=application/zip' \
--form 'data_type="zip"'
```

Expand Down

0 comments on commit 1aafc4b

Please sign in to comment.