Complete a file upload process
post/api/fleet/uploads/{id}
Path parameters
idstring required
Example:ecb30383-6dd1-4b1d-bed0-2386b4e5df51
The upload_id as returned in the Upload initiation response
Headers
X-Request-Idstring
The request tracking ID for APM.
Elastic-Api-Versionstring
The API version to use, format should be "YYYY-MM-DD"
Request body
Example request
{
"transithash": {
"sha256": "83810fdc61c44290778c212d7829d0c3f0232e81bd551d3943998a920025d14f"
}
}Response
success response
Example response
{
"status": "ok"
}