Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 936 Bytes

UpdateOrganizationRequest.md

File metadata and controls

15 lines (10 loc) · 936 Bytes

UpdateOrganizationRequest

Properties

Name Type Description Notes
public_metadata Option<serde_json::Value> Metadata saved on the organization, that is visible to both your frontend and backend. [optional]
private_metadata Option<serde_json::Value> 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] [Back to API list] [Back to README]