# Update a Workspace Update a Workspace's settings. Endpoint: PATCH /v2/account/{workspace_id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `workspace_id` (integer, required) The resource ID of the Workspace Example: 123456789 ## Request fields (application/json): - `name` (string) - `identifier` (string) - `status` (string) - `industry` (string) - `is_trial` (boolean,null) - `is_internal` (boolean,null) - `country` (string) - `billing_country` (string) - `parent` (string,null) - `purged_on` (string,null) ## Response 200 fields (application/json): - `name` (string) - `identifier` (string) - `status` (string) - `is_trial` (boolean) - `industry` (string) - `is_company` (boolean) - `meta` (object) - `meta.num_accounts` (integer) - `meta.num_users` (integer) - `meta.num_titles` (integer) - `meta.num_titles_published` (integer) - `meta.num_editions` (integer) - `meta.num_editions_published` (integer) - `meta.num_presets` (integer) - `meta.num_templates` (integer) - `meta.computed_on` (string) - `id` (integer) - `created_on` (string) - `modified_on` (string,null) - `clients` (object) - `partners` (object) - `billing_country` (string,null) - `_embedded` (object) - `_embedded.parent` (object) - `_embedded.parent._links` (object) - `_embedded.parent._links.self` (object) - `_embedded.parent._links.self.href` (string) Example: "https://api.foleon.com/..." - `_embedded.children` (object) - `_embedded.memberships` (object) - `_embedded.titles` (object) - `_embedded.grants` (object) - `_embedded.country` (object) - `_computed` (object) - `_computed.label` (string) - `_computed.can_access_parent` (boolean) - `_computed.parent_account_name` (string) ## Response 400 fields ## Response 401 fields