USEPA / e-manifest

API services documentation and reference material for the e-Manifest hazardous waste tracking system
https://www.epa.gov/e-manifest
Creative Commons Zero v1.0 Universal
26 stars 22 forks source link

Patch manifest methods do not send updates #1617

Closed dpgraham4401 closed 3 months ago

dpgraham4401 commented 3 months ago

The relatively new patch endpoint do not submit the body of the manifest in the client method, seen here.

The body parameter is accepted but never sent as part of the HTTP request.

This is true in the patch_update_manifest method and the patch_correct_manifest method.

@wiljnichepa Can you please correct this.

wiljnichepa commented 3 months ago

Thanks for spotting this @dpgraham4401. I've opened a PR to fix this.