API services documentation and reference material for the e-Manifest hazardous waste tracking system
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
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 thepatch_correct_manifest
method.@wiljnichepa Can you please correct this.