Update company information
Company data to update (name, settings)
The updated company object
401 - Not authenticated
403 - Admin privileges required
import { updateCompany } from "@cpod/sdk";const updated = await updateCompany({ name: "Acme Corporation", settings: { theme: "dark" },}); Copy
import { updateCompany } from "@cpod/sdk";const updated = await updateCompany({ name: "Acme Corporation", settings: { theme: "dark" },});
Update company information