Sorry, no results found for "".
Asset collection to put uploads into
import { buildClient } from "@datocms/cma-client-node";
async function run() { const client = buildClient({ apiToken: process.env.DATOCMS_API_TOKEN });
const upload = await client.uploads.bulkSetUploadCollection({ uploads: [{ type: "upload", id: "q0VNpiNQSkG6z0lif_O1zg" }], upload_collection: null, });
// Check the 'Returned output' tab for the result ☝️ console.log(upload);}
run();
[]