# UpdateOrganizationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **public_metadata** | Option<[**serde_json::Value**](.md)> | Metadata saved on the organization, that is visible to both your frontend and backend. | [optional] **private_metadata** | Option<[**serde_json::Value**](.md)> | Metadata saved on the organization that is only visible to your backend. | [optional] **name** | Option<**String**> | The new name of the organization | [optional] **slug** | Option<**String**> | The new slug of the organization, which needs to be unique in the instance | [optional] **max_allowed_memberships** | Option<**i32**> | The maximum number of memberships allowed for this organization | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)