Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Usage example: (assuming that path/to/Manifest.csv exists)


Code Block
curl http://127.0.0.1:62080/api/v2beta/validate/avalon \

...



  --data-binary "@path/to/Manifest.csv" \

...



  --header "Authorization: ApiKey test:test" \

...



  --header "Content-Type: text/csv; charset=utf-8"


Note on above example: do not use --data, use --data-binary instead.

...