Skip to main content
POST
Upload an artifact part
Applies to BloodHound Enterprise Only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Content-Length
integer<int64>
required

Size of the uploaded artifact part, in bytes.

Required range: x >= 1
Content-Digest
string
required

Structured field digest for the uploaded artifact part.

Example:

"sha-256=:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=:"

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Path Parameters

artifact_id
string<uuid>
required

Artifact ID

part_number
integer<int32>
required

Artifact part number, starting at 1.

Required range: x >= 1

Body

application/octet-stream

The body is of type file.

Response

OK

data
object