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
Copy file name to clipboardExpand all lines: docs/APIConfigDownloadURLList.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Name | Type | Description | Notes
8
8
**sdk2** | **str** | Download link for legacy SDK2 |
9
9
**sdk3_avatars** | **str** | Download link for SDK3 for Avatars |
10
10
**sdk3_worlds** | **str** | Download link for SDK3 for Worlds |
11
+
**vcc** | **str** | Download link for the Creator Companion |
12
+
**bootstrap** | **str** | Download link for ??? |
11
13
12
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -214,7 +153,7 @@ Name | Type | Description | Notes
214
153
| Status code | Description | Response headers |
215
154
|-------------|-------------|------------------|
216
155
**200** | OK | - |
217
-
**401** | Error response due to missing apiKey or auth cookie. | - |
156
+
**401** | Error response due to missing auth cookie. | - |
218
157
219
158
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
220
159
@@ -393,8 +332,8 @@ This endpoint does not need any parameter.
393
332
### HTTP response details
394
333
| Status code | Description | Response headers |
395
334
|-------------|-------------|------------------|
396
-
**200** | OK | * Set-Cookie - Successful authentication returns an `auth` cookie. <br> * \0Set-Cookie - This endpoint **always** sets the `apiKey` irrespective if it is already set. <br> |
397
-
**401** | Error response due to missing apiKey or auth cookie. | - |
335
+
**200** | OK | * Set-Cookie - Successful authentication returns an `auth` cookie. <br> |
336
+
**401** | Error response due to missing auth cookie. | - |
398
337
399
338
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
400
339
@@ -464,7 +403,7 @@ This endpoint does not need any parameter.
464
403
| Status code | Description | Response headers |
465
404
|-------------|-------------|------------------|
466
405
**200** | OK | * Set-Cookie - Clears the `auth` cookie. <br> * \0Set-Cookie - Clears the `age` cookie. <br> * \0\0Set-Cookie - Clears the `tos` cookie. <br> |
467
-
**401** | Error response due to missing apiKey or auth cookie. | - |
406
+
**401** | Error response due to missing auth cookie. | - |
468
407
469
408
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
470
409
@@ -538,7 +477,7 @@ Name | Type | Description | Notes
538
477
| Status code | Description | Response headers |
539
478
|-------------|-------------|------------------|
540
479
**200** | OK | * Set-Cookie - Provides a `twoFactorAuth` cookie, which can be used to bypasses the 2FA requirement for future logins on the same device. <br> |
541
-
**401** | Error response due to missing apiKey or auth cookie. | - |
480
+
**401** | Error response due to missing auth cookie. | - |
542
481
543
482
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
544
483
@@ -612,7 +551,7 @@ Name | Type | Description | Notes
612
551
| Status code | Description | Response headers |
613
552
|-------------|-------------|------------------|
614
553
**200** | OK | * Set-Cookie - Provides a `twoFactorAuth` cookie, which can be used to bypasses the 2FA requirement for future logins on the same device. <br> |
615
-
**401** | Error response due to missing apiKey or auth cookie. | - |
554
+
**401** | Error response due to missing auth cookie. | - |
616
555
617
556
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
618
557
@@ -682,7 +621,7 @@ This endpoint does not need any parameter.
682
621
| Status code | Description | Response headers |
683
622
|-------------|-------------|------------------|
684
623
**200** | Returns wether a provided auth token is valid or not. | - |
685
-
**401** | Error response due to missing apiKey or auth cookie. | - |
624
+
**401** | Error response due to missing auth cookie. | - |
686
625
687
626
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
688
627
@@ -756,7 +695,7 @@ Name | Type | Description | Notes
756
695
| Status code | Description | Response headers |
757
696
|-------------|-------------|------------------|
758
697
**200** | OK | * Set-Cookie - Provides a `twoFactorAuth` cookie, which can be used to bypasses the 2FA requirement for future logins on the same device. <br> |
759
-
**401** | Error response due to missing apiKey or auth cookie. | - |
698
+
**401** | Error response due to missing auth cookie. | - |
760
699
761
700
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments