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 ID
upload_local_artifactStores 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
Format
binaryResponse 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