Upload a cache artifact
Uploads a cache artifact identified by the hash
specified on the path. The cache artifact can then be downloaded with the provided hash
.
Authorizations
Default authentication mechanism
Headers
The artifact size in bytes
The time taken to generate the uploaded artifact in milliseconds.
400
The continuous integration or delivery environment where this artifact was generated.
50
"VERCEL"
1 if the client is an interactive shell. Otherwise 0
0 <= x <= 1
0
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
600
"Tc0BmHvJYMIYJ62/zx87YqO0Flxk+5Ovip25NY825CQ="
Path Parameters
The artifact hash
"12HKQaOmR5t5Uy6vdcQsNIiZgHGB"
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
The body is of type file
.
Response
Array of URLs where the artifact was updated
[
"https://api.vercel.com/v2/now/artifact/12HKQaOmR5t5Uy6vdcQsNIiZgHGB"
]