Skip to content

Commit df89295

Browse files
committed
2 parents 03c2ad5 + e1658d6 commit df89295

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+5801
-5909
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.1
1+
5.3.0

docs/AuthenticationApi.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Checks if a user by a given `username`, `displayName` or `email` exist. This is
2323
### Example
2424

2525
* Api Key Authentication (apiKeyCookie):
26+
2627
```python
2728
import time
2829
import vrchatapi
@@ -91,6 +92,7 @@ Name | Type | Description | Notes
9192

9293

9394
### HTTP response details
95+
9496
| Status code | Description | Response headers |
9597
|-------------|-------------|------------------|
9698
**200** | Returns a response if a user exists or not. | - |
@@ -109,6 +111,7 @@ Deletes the account with given ID. Normal users only have permission to delete t
109111

110112
* Api Key Authentication (apiKeyCookie):
111113
* Api Key Authentication (authCookie):
114+
112115
```python
113116
import time
114117
import vrchatapi
@@ -176,6 +179,7 @@ Name | Type | Description | Notes
176179

177180

178181
### HTTP response details
182+
179183
| Status code | Description | Response headers |
180184
|-------------|-------------|------------------|
181185
**200** | OK | - |
@@ -195,6 +199,7 @@ This endpoint does the following two operations: 1) Checks if you are already
195199
* Api Key Authentication (authCookie):
196200
* Basic Authentication (authHeader):
197201
* Api Key Authentication (twoFactorAuthCookie):
202+
198203
```python
199204
import time
200205
import vrchatapi
@@ -264,6 +269,7 @@ This endpoint does not need any parameter.
264269

265270

266271
### HTTP response details
272+
267273
| Status code | Description | Response headers |
268274
|-------------|-------------|------------------|
269275
**200** | OK | * Set-Cookie - Successful authentication returns an &#x60;auth&#x60; cookie. <br> * \0Set-Cookie - This endpoint **always** sets the &#x60;apiKey&#x60; irrespective if it is already set. <br> |
@@ -281,6 +287,7 @@ Invalidates the login session.
281287
### Example
282288

283289
* Api Key Authentication (authCookie):
290+
284291
```python
285292
import time
286293
import vrchatapi
@@ -338,6 +345,7 @@ This endpoint does not need any parameter.
338345

339346

340347
### HTTP response details
348+
341349
| Status code | Description | Response headers |
342350
|-------------|-------------|------------------|
343351
**200** | OK | * Set-Cookie - Clears the &#x60;auth&#x60; cookie. <br> * \0Set-Cookie - Clears the &#x60;age&#x60; cookie. <br> * \0\0Set-Cookie - Clears the &#x60;tos&#x60; cookie. <br> |
@@ -355,6 +363,7 @@ Finishes the login sequence with a normal 2FA-generated code for accounts with 2
355363
### Example
356364

357365
* Api Key Authentication (authCookie):
366+
358367
```python
359368
import time
360369
import vrchatapi
@@ -420,6 +429,7 @@ Name | Type | Description | Notes
420429

421430

422431
### HTTP response details
432+
423433
| Status code | Description | Response headers |
424434
|-------------|-------------|------------------|
425435
**200** | OK | * Set-Cookie - Provides a &#x60;twoFactorAuth&#x60; cookie, which can be used to bypasses the 2FA requirement for future logins on the same device. <br> |
@@ -437,6 +447,7 @@ Verify whether the currently provided Auth Token is valid.
437447
### Example
438448

439449
* Api Key Authentication (authCookie):
450+
440451
```python
441452
import time
442453
import vrchatapi
@@ -494,6 +505,7 @@ This endpoint does not need any parameter.
494505

495506

496507
### HTTP response details
508+
497509
| Status code | Description | Response headers |
498510
|-------------|-------------|------------------|
499511
**200** | OK | - |
@@ -511,6 +523,7 @@ Finishes the login sequence with an OTP (One Time Password) recovery code for ac
511523
### Example
512524

513525
* Api Key Authentication (authCookie):
526+
514527
```python
515528
import time
516529
import vrchatapi
@@ -576,6 +589,7 @@ Name | Type | Description | Notes
576589

577590

578591
### HTTP response details
592+
579593
| Status code | Description | Response headers |
580594
|-------------|-------------|------------------|
581595
**200** | OK | * Set-Cookie - Provides a &#x60;twoFactorAuth&#x60; cookie, which can be used to bypasses the 2FA requirement for future logins on the same device. <br> |

docs/AvatarID.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**value** | **str** | |
8-
**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]
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

docs/AvatarsApi.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Create an avatar. It's possible to optionally specify a ID if you want a custom
2424

2525
* Api Key Authentication (apiKeyCookie):
2626
* Api Key Authentication (authCookie):
27+
2728
```python
2829
import time
2930
import vrchatapi
@@ -105,6 +106,7 @@ Name | Type | Description | Notes
105106

106107

107108
### HTTP response details
109+
108110
| Status code | Description | Response headers |
109111
|-------------|-------------|------------------|
110112
**200** | Returns a single Avatar object. | - |
@@ -123,6 +125,7 @@ Delete an avatar. Notice an avatar is never fully \"deleted\", only its ReleaseS
123125

124126
* Api Key Authentication (apiKeyCookie):
125127
* Api Key Authentication (authCookie):
128+
126129
```python
127130
import time
128131
import vrchatapi
@@ -190,6 +193,7 @@ Name | Type | Description | Notes
190193

191194

192195
### HTTP response details
196+
193197
| Status code | Description | Response headers |
194198
|-------------|-------------|------------------|
195199
**200** | Returns a single Avatar object. | - |
@@ -209,6 +213,7 @@ Get information about a specific Avatar.
209213

210214
* Api Key Authentication (apiKeyCookie):
211215
* Api Key Authentication (authCookie):
216+
212217
```python
213218
import time
214219
import vrchatapi
@@ -276,6 +281,7 @@ Name | Type | Description | Notes
276281

277282

278283
### HTTP response details
284+
279285
| Status code | Description | Response headers |
280286
|-------------|-------------|------------------|
281287
**200** | Returns a single Avatar object. | - |
@@ -295,6 +301,7 @@ Search and list favorited avatars by query filters.
295301

296302
* Api Key Authentication (apiKeyCookie):
297303
* Api Key Authentication (authCookie):
304+
298305
```python
299306
import time
300307
import vrchatapi
@@ -387,6 +394,7 @@ Name | Type | Description | Notes
387394

388395

389396
### HTTP response details
397+
390398
| Status code | Description | Response headers |
391399
|-------------|-------------|------------------|
392400
**200** | Returns a list of Avatar objects. | - |
@@ -406,6 +414,7 @@ Search and list avatars by query filters. You can only search your own or featur
406414

407415
* Api Key Authentication (apiKeyCookie):
408416
* Api Key Authentication (authCookie):
417+
409418
```python
410419
import time
411420
import vrchatapi
@@ -498,6 +507,7 @@ Name | Type | Description | Notes
498507

499508

500509
### HTTP response details
510+
501511
| Status code | Description | Response headers |
502512
|-------------|-------------|------------------|
503513
**200** | Returns a list of Avatar objects. | - |
@@ -516,6 +526,7 @@ Switches into that avatar.
516526

517527
* Api Key Authentication (apiKeyCookie):
518528
* Api Key Authentication (authCookie):
529+
519530
```python
520531
import time
521532
import vrchatapi
@@ -583,6 +594,7 @@ Name | Type | Description | Notes
583594

584595

585596
### HTTP response details
597+
586598
| Status code | Description | Response headers |
587599
|-------------|-------------|------------------|
588600
**200** | Returns a single CurrentUser object. | - |
@@ -602,6 +614,7 @@ Update information about a specific avatar.
602614

603615
* Api Key Authentication (apiKeyCookie):
604616
* Api Key Authentication (authCookie):
617+
605618
```python
606619
import time
607620
import vrchatapi
@@ -693,6 +706,7 @@ Name | Type | Description | Notes
693706

694707

695708
### HTTP response details
709+
696710
| Status code | Description | Response headers |
697711
|-------------|-------------|------------------|
698712
**200** | Returns a single Avatar object. | - |

docs/DeploymentGroup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Used to identify which API deployment cluster is currently responding. `blue` a
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**value** | **str** | Used to identify which API deployment cluster is currently responding. &#x60;blue&#x60; and &#x60;green&#x60; are used by Production. &#x60;grape&#x60;and &#x60;cherry&#x60; are used during Development. [Blue Green Deployment by Martin Fowler](https://martinfowler.com/bliki/BlueGreenDeployment.html) | must be one of ["blue", "green", "grape", "cherry", ]
9-
**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]
109

1110
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1211

docs/DeveloperType.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**value** | **str** | \&quot;none\&quot; User is a normal user \&quot;trusted\&quot; Unknown \&quot;internal\&quot; Is a VRChat Developer \&quot;moderator\&quot; Is a VRChat Moderator Staff can hide their developerType at will. | defaults to "none", must be one of ["none", "trusted", "internal", "moderator", ]
9-
**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]
109

1110
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1211

docs/FavoriteGroupID.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**value** | **str** | |
8-
**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]
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

docs/FavoriteGroupVisibility.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**value** | **str** | | defaults to "private", must be one of ["private", "friends", "public", ]
8-
**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]
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

docs/FavoriteID.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**value** | **str** | |
8-
**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]
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

docs/FavoriteType.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**value** | **str** | | must be one of ["world", "friend", "avatar", ]
8-
**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]
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

0 commit comments

Comments
 (0)