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
@@ -24,6 +23,7 @@ Name | Type | Description | Notes
24
23
**full** | **bool** | | defaults to False
25
24
**permanent** | **bool** | | defaults to False
26
25
**nonce** | **str** | | [optional]
26
+
**owner_id** | **str** | | [optional]
27
27
**users** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | Always empty on non-existing instances, and non-present on existing instances. | [optional]
28
28
**world** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | Only present on non-existing instances, and only contains a very small subject of World object. Use World API instead. | [optional]
29
29
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
0 commit comments