@@ -240,7 +240,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
240240with vrchatapi.ApiClient(configuration) as api_client:
241241 # Create an instance of the API class
242242 api_instance = worlds_api.WorldsApi(api_client)
243- featured = " featured_example " # str | Filters on featured results. (optional)
243+ featured = True # bool | Filters on featured results. (optional)
244244 sort = " popularity" # str | (optional) if omitted the server will use the default value of "popularity"
245245 n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
246246 order = " descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -268,7 +268,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
268268
269269Name | Type | Description | Notes
270270------------- | ------------- | ------------- | -------------
271- ** featured** | ** str ** | Filters on featured results. | [ optional]
271+ ** featured** | ** bool ** | Filters on featured results. | [ optional]
272272 ** sort** | ** str** | | [ optional] if omitted the server will use the default value of "popularity"
273273 ** n** | ** int** | The number of objects to return. | [ optional] if omitted the server will use the default value of 60
274274 ** order** | ** str** | | [ optional] if omitted the server will use the default value of "descending"
@@ -350,7 +350,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
350350with vrchatapi.ApiClient(configuration) as api_client:
351351 # Create an instance of the API class
352352 api_instance = worlds_api.WorldsApi(api_client)
353- featured = " featured_example " # str | Filters on featured results. (optional)
353+ featured = True # bool | Filters on featured results. (optional)
354354 sort = " popularity" # str | (optional) if omitted the server will use the default value of "popularity"
355355 n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
356356 order = " descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -379,7 +379,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
379379
380380Name | Type | Description | Notes
381381------------- | ------------- | ------------- | -------------
382- ** featured** | ** str ** | Filters on featured results. | [ optional]
382+ ** featured** | ** bool ** | Filters on featured results. | [ optional]
383383 ** sort** | ** str** | | [ optional] if omitted the server will use the default value of "popularity"
384384 ** n** | ** int** | The number of objects to return. | [ optional] if omitted the server will use the default value of 60
385385 ** order** | ** str** | | [ optional] if omitted the server will use the default value of "descending"
@@ -463,7 +463,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
463463with vrchatapi.ApiClient(configuration) as api_client:
464464 # Create an instance of the API class
465465 api_instance = worlds_api.WorldsApi(api_client)
466- featured = " featured_example " # str | Filters on featured results. (optional)
466+ featured = True # bool | Filters on featured results. (optional)
467467 sort = " popularity" # str | (optional) if omitted the server will use the default value of "popularity"
468468 n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
469469 order = " descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -492,7 +492,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
492492
493493Name | Type | Description | Notes
494494------------- | ------------- | ------------- | -------------
495- ** featured** | ** str ** | Filters on featured results. | [ optional]
495+ ** featured** | ** bool ** | Filters on featured results. | [ optional]
496496 ** sort** | ** str** | | [ optional] if omitted the server will use the default value of "popularity"
497497 ** n** | ** int** | The number of objects to return. | [ optional] if omitted the server will use the default value of 60
498498 ** order** | ** str** | | [ optional] if omitted the server will use the default value of "descending"
@@ -1006,7 +1006,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
10061006with vrchatapi.ApiClient(configuration) as api_client:
10071007 # Create an instance of the API class
10081008 api_instance = worlds_api.WorldsApi(api_client)
1009- featured = " featured_example " # str | Filters on featured results. (optional)
1009+ featured = True # bool | Filters on featured results. (optional)
10101010 sort = " popularity" # str | (optional) if omitted the server will use the default value of "popularity"
10111011 user = " me" # str | Set to `me` for searching own worlds. (optional) if omitted the server will use the default value of "me"
10121012 user_id = " userId_example" # str | Filter by UserID. (optional)
@@ -1036,7 +1036,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
10361036
10371037Name | Type | Description | Notes
10381038------------- | ------------- | ------------- | -------------
1039- ** featured** | ** str ** | Filters on featured results. | [ optional]
1039+ ** featured** | ** bool ** | Filters on featured results. | [ optional]
10401040 ** sort** | ** str** | | [ optional] if omitted the server will use the default value of "popularity"
10411041 ** user** | ** str** | Set to ` ; me` ; for searching own worlds. | [ optional] if omitted the server will use the default value of "me"
10421042 ** user_id** | ** str** | Filter by UserID. | [ optional]
0 commit comments