Sorry, no results found for "".
The label of the upload collection
"Posts"
Ordering index
1
Returns a resource object of type upload_collection
import { buildClient } from "@datocms/cma-client-node";
async function run() { const client = buildClient({ apiToken: process.env.DATOCMS_API_TOKEN });
const uploadCollectionId = "uinr2zfqQLeCo_1O0-ao-Q";
const uploadCollection = await client.uploadCollections.update( uploadCollectionId, { id: "uinr2zfqQLeCo_1O0-ao-Q" }, );
// Check the 'Returned output' tab for the result ☝️ console.log(uploadCollection);}
run();
{ id: "uinr2zfqQLeCo_1O0-ao-Q", label: "Posts", position: 1, parent: null, children: [{ type: "upload_collection", id: "uinr2zfqQLeCo_1O0-ao-Q" }],}