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
|**canRequestInvite**|**Boolean**| Only applies to invite type instances to make them invite+ |[optional]|
12
+
|**canRequestInvite**|**Boolean**| Makes a private instance invite+. A friends instance is rejected. |[optional]|
13
+
|**categoryId**|**String**||[optional]|
13
14
|**closedAt**|**OffsetDateTime**| The time after which users won't be allowed to join the instance. This doesn't work for public instances. |[optional]|
|**hardClose**|**Boolean**| Currently unused, but will eventually be a flag to set if the closing of the instance should kick people. |[optional]|
@@ -23,6 +25,7 @@
23
25
|**region**|**InstanceRegion**|||
24
26
|**roleIds**|**List<String>**| Group roleIds that are allowed to join if the type is \"group\" and groupAccessType is \"member\" |[optional]|
25
27
|**type**|**InstanceType**|||
28
+
|**vibeIds**|**List<String>**||[optional]|
26
29
|**worldId**|**String**| WorldID be \"offline\" on User profiles if you are not friends with that user. ||
|**creatorId**|**String**| A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |[optional]|
|**instanceId**|**String**| InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance. ||
|**location**|**String**| Represents a unique location, consisting of a world identifier and an instance identifier, or \"offline\" if the user is not on your friends list. ||
|**users**|[**List<LimitedUserInstance>**](LimitedUserInstance.md)| The users field is present on instances created by the requesting user. |[optional]|
63
+
|**vibeIds**|**List<String>**||[optional]|
57
64
|**world**|[**World**](World.md)|||
58
65
|**worldId**|**String**| WorldID be \"offline\" on User profiles if you are not friends with that user. ||
|[**getInstance**](InstancesApi.md#getInstance)|**GET** /instances/{worldId}:{instanceId} | Get Instance |
10
10
|[**getInstanceByShortName**](InstancesApi.md#getInstanceByShortName)|**GET** /instances/s/{shortName} | Get Instance By Short Name |
11
+
|[**getInstanceCategories**](InstancesApi.md#getInstanceCategories)|**GET** /instanceCategories | List Instance Categories |
12
+
|[**getInstanceVibes**](InstancesApi.md#getInstanceVibes)|**GET** /instanceVibes | List Instance Vibes |
11
13
|[**getRecentLocations**](InstancesApi.md#getRecentLocations)|**GET** /instances/recent | List Recent Locations |
12
14
|[**getShortName**](InstancesApi.md#getShortName)|**GET** /instances/{worldId}:{instanceId}/shortName | Get Instance Short Name |
13
15
@@ -304,6 +306,136 @@ public class Example {
304
306
|**401**| Error response due to missing auth cookie. | - |
305
307
|**404**| The requested resource does not exist. The message varies by resource and by route, and only some name the id. Worlds sometimes answer `model <worldId> not found` instead of `World <worldId> not found`. | - |
0 commit comments