Packs
Upload a Pack asset.
Request a signed s3 URL to upload your Pack asset.
post/packs/{packId}/uploadAsset
Path parameters
packIdinteger required
ID of a Pack
Request body
Example request
{
"imageHash": "f0e4c2f76c58916ec258f246851bea091d14d4247a2fc3e18694461b1816e13b",
"mimeType": "image/jpeg",
"filename": "image.jpg"
}Response
The information indicating where to upload the Pack asset.
Example response
{
"uploadUrl": "https://coda-us-west-2-prod-blobs-upload.s3-accelerate.amazonaws.com/packs/123/assets/logo/e23fcb5e564f08b71183d424c2c380c0",
"packAssetUploadedPathName": "/packs/123/assets/e23fcb5e564f08b71183d424c2c380c0"
}