Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 7.78 KB

uploadartifactrequest.md

File metadata and controls

23 lines (18 loc) · 7.78 KB

UploadArtifactRequest

Example Usage

import { UploadArtifactRequest } from "@vercel/sdk/models/uploadartifactop.js";

// No examples available for this model

Fields

Field Type Required Description Example
contentLength number ✔️ The artifact size in bytes
xArtifactDuration number The time taken to generate the uploaded artifact in milliseconds. 400
xArtifactClientCi string The continuous integration or delivery environment where this artifact was generated. VERCEL
xArtifactClientInteractive number 1 if the client is an interactive shell. Otherwise 0 0
xArtifactTag string The base64 encoded tag for this artifact. The value is sent back to clients when the artifact is downloaded as the header x-artifact-tag Tc0BmHvJYMIYJ62/zx87YqO0Flxk+5Ovip25NY825CQ=
hash string ✔️ The artifact hash 12HKQaOmR5t5Uy6vdcQsNIiZgHGB
teamId string The Team identifier to perform the request on behalf of. team_1a2b3c4d5e6f7g8h9i0j1k2l
slug string The Team slug to perform the request on behalf of. my-team-url-slug
requestBody ReadableStream ✔️ N/A