Oore CI
ReferenceAPIOperationsArtifacts

Upload an artifact to local storage

Stores a bounded binary artifact using the signed path token. The token is the authorization; no session bearer token is used.

Operation IDupload_local_artifact
PUT
/v1/artifacts/local-upload/{token}

Stores a bounded binary artifact using the signed path token. The token is the authorization; no session bearer token is used.

Path Parameters

token*string

Signed local upload token

Request Body

application/octet-stream

Raw artifact bytes

TypeScript Definitions

Use the request body type in TypeScript.

body*BinaryPayload
Formatbinary

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/artifacts/local-upload/string" \  -H "Content-Type: application/octet-stream" \  -d 'string'
Empty