You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`public_metadata`| Dict[str, *Any*]|:heavy_minus_sign:| Metadata saved on the organization, that is visible to both your frontend and backend.<br/>The new object will be merged with the existing value. | {<br/>"announcement": "We are opening a new office!"<br/>} |
9
-
|`private_metadata`| Dict[str, *Any*]|:heavy_minus_sign:| Metadata saved on the organization that is only visible to your backend.<br/>The new object will be merged with the existing value. | {<br/>"internal_use_only": "Future plans discussion."<br/>} |
9
+
|`private_metadata`| Dict[str, *Any*]|:heavy_minus_sign:| Metadata saved on the organization that is only visible to your backend.<br/>The new object will be merged with the existing value. | {<br/>"internal_use_only": "Future plans discussion."<br/>} |
Copy file name to clipboardexpand all lines: docs/models/updateorganizationrequestbody.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@
11
11
|`slug`|*OptionalNullable[str]*|:heavy_minus_sign:| The new slug of the organization, which needs to be unique in the instance | new-org-slug |
12
12
|`max_allowed_memberships`|*OptionalNullable[int]*|:heavy_minus_sign:| The maximum number of memberships allowed for this organization | 100 |
13
13
|`admin_delete_enabled`|*OptionalNullable[bool]*|:heavy_minus_sign:| If true, an admin can delete this organization with the Frontend API. | true |
14
-
|`created_at`|*Optional[str]*|:heavy_minus_sign:| A custom date/time denoting _when_ the organization was created, specified in RFC3339 format (e.g. `2012-10-20T07:15:20.902Z`). ||
14
+
|`created_at`|*Optional[str]*|:heavy_minus_sign:| A custom date/time denoting _when_ the organization was created, specified in RFC3339 format (e.g. `2012-10-20T07:15:20.902Z`). ||
0 commit comments