Is there a PUT Secret API call for cloudflare for Pages?
Hi guys - as the title points out - i've checked out api.cloudflare etc but no dice. I need to store env variables provided by the user.

"export async function POST({ request, platform }) {
const x = platform.env.YOUR_DURABLE_OBJECT_NAMESPACE.idFromName('x');
}"