This topic was automatically generated from Slack. You can find the original thread here.
Hi, I’m trying to update a CMS item using Webflow’s API, but keep getting a 400 error. I’m not sure where I’m going wrong, as all of the field names seem to match up, and I can’t figure it out with anything online.
I’ve attached a screenshot of my Webflow CMS setup, and the docs for the Webflow API are available here: Update Collection Item
Welcome - happy to have you. Does the 400 error include a response body? Perhaps you can expand it within the Exports tab of your Webflow step after you’ve tested it, that might give more detailed information
Thanks Pierce, the Exports tab is greyed out, but the exact error is:
AxiosError
Request failed with status code 400
at null.settle (/tmp/pdg/dist/code/eb31736e88c8fda23f7129b5441830edfa897355eedc523fedbed796547d415c/node_modules/.pnpm/axios@1.6.2/node_modules/axios/dist/node/axios.cjs:1967:12)
at IncomingMessage.handleStreamEnd (/tmp/pdg/dist/code/eb31736e88c8fda23f7129b5441830edfa897355eedc523fedbed796547d415c/node_modules/.pnpm/axios@1.6.2/node_modules/axios/dist/node/axios.cjs:3062:11)
at IncomingMessage.emit (node:events:529:35)
at null.endReadableNT (node:internal/streams/readable:1368:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)