Skip to main content
PUT
Set (replace) the files bound to a file-input slot

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

buildSpecId
string<uuid>
required
slot
string
required

The file-input slot name declared in the pipeline manifest.

Body

application/json
fileIds
string<uuid>[]
required

The uploaded-file ids to bind to the slot, replacing any current binding.

Response

The updated slot bindings.

items
object[]
required

One entry per bound file-input slot.