Skip to content

Commit 0fc3a8c

Browse files
ci(test: 2025-04-19): new changes
1 parent f2edd62 commit 0fc3a8c

11 files changed

+44
-75
lines changed

data/requests/authentication/getcurrentuser-after-logout-to-log-back-in.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# getCurrentUser after logout to log back in
22

3-
## Issues
4-
Response schema mismatch:
5-
* Missing property at ``#/currentAvatarAssetUrl``.
63
## Request
74
`GET https://api.vrchat.cloud/api/1/auth/user`
85

data/requests/authentication/getcurrentuser-after-two-factor-authentication.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# getCurrentUser after two-factor authentication
22

3-
## Issues
4-
Response schema mismatch:
5-
* Missing property at ``#/currentAvatarAssetUrl``.
63
## Request
74
`GET https://api.vrchat.cloud/api/1/auth/user`
85

data/requests/authentication/getcurrentuser-with-username-and-password-(expect-fail).md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Response schema mismatch:
2727
* Missing property at ``#/currentAvatarThumbnailImageUrl``,
2828
* Missing property at ``#/currentAvatarTags``,
2929
* Missing property at ``#/currentAvatar``,
30-
* Missing property at ``#/currentAvatarAssetUrl``,
3130
* Missing property at ``#/acceptedTOSVersion``,
3231
* Missing property at ``#/steamId``,
3332
* Missing property at ``#/steamDetails``,

data/requests/avatars/selectavatar-with-default-avatar-id.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# selectAvatar with default avatar id
22

3-
## Issues
4-
Response schema mismatch:
5-
* Missing property at ``#/currentAvatarAssetUrl``.
63
## Request
74
`PUT https://api.vrchat.cloud/api/1/avatars/avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11/select`
85

data/requests/avatars/selectavatar-with-id.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# selectAvatar with id
22

3-
## Issues
4-
Response schema mismatch:
5-
* Missing property at ``#/currentAvatarAssetUrl``.
63
## Request
74
`PUT https://api.vrchat.cloud/api/1/avatars/avtr_0d9470d2-d2c5-42f4-9e9a-bfdc7f04aff0/select`
85

data/requests/avatars/selectfallbackavatar-with-id.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# selectFallbackAvatar with id
22

3-
## Issues
4-
Response schema mismatch:
5-
* Missing property at ``#/currentAvatarAssetUrl``.
63
## Request
74
`PUT https://api.vrchat.cloud/api/1/avatars/avtr_07917a03-5e0b-48e9-b041-e94086bc658f/selectFallback`
85

data/requests/economy/getproductlistings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,7 @@ Response schema mismatch:
28382838
"duration": 3,
28392839
"durationType": "days",
28402840
"hasAvatar": false,
2841-
"hasUdon": false,
2841+
"hasUdon": true,
28422842
"hydratedProducts": [
28432843
{
28442844
"archived": false,
@@ -3079,7 +3079,7 @@ Response schema mismatch:
30793079
"duration": 3,
30803080
"durationType": "days",
30813081
"hasAvatar": false,
3082-
"hasUdon": false,
3082+
"hasUdon": true,
30833083
"hydratedProducts": [
30843084
{
30853085
"archived": false,

data/requests/readme.md

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,14 @@
22

33
## [Authentication](/data/requests/authentication)
44

5-
#### [getCurrentUser after logout to log back in](/data/requests/authentication/getcurrentuser-after-logout-to-log-back-in.md)
6-
7-
Response schema mismatch:
8-
* Missing property at ``#/currentAvatarAssetUrl``.
9-
10-
#### [getCurrentUser after two-factor authentication](/data/requests/authentication/getcurrentuser-after-two-factor-authentication.md)
11-
12-
Response schema mismatch:
13-
* Missing property at ``#/currentAvatarAssetUrl``.
14-
155
#### [getCurrentUser with username and password (expect fail)](/data/requests/authentication/getcurrentuser-with-username-and-password-(expect-fail).md)
166

177
Response schema mismatch:
188
* Missing property at ``#/id``,
199
* Missing property at ``#/displayName``,
2010
* Missing property at ``#/userIcon``,
2111

22-
*45 issues truncated.*
12+
*44 issues truncated.*
2313
#### [getCurrentUser while missing credentials](/data/requests/authentication/getcurrentuser-while-missing-credentials.md)
2414

2515

@@ -32,6 +22,9 @@ Response schema mismatch:
3222
#### [verifyAuthToken](/data/requests/authentication/verifyauthtoken.md)
3323

3424

25+
#### [getCurrentUser after two-factor authentication](/data/requests/authentication/getcurrentuser-after-two-factor-authentication.md)
26+
27+
3528
#### [checkUserExists with zero parameters](/data/requests/authentication/checkuserexists-with-zero-parameters.md)
3629

3730

@@ -47,6 +40,9 @@ Response schema mismatch:
4740
#### [logout logout](/data/requests/authentication/logout-logout.md)
4841

4942

43+
#### [getCurrentUser after logout to log back in](/data/requests/authentication/getcurrentuser-after-logout-to-log-back-in.md)
44+
45+
5046

5147

5248
## [Users](/data/requests/users)
@@ -136,21 +132,6 @@ Response schema mismatch:
136132

137133
## [Avatars](/data/requests/avatars)
138134

139-
#### [selectFallbackAvatar with id](/data/requests/avatars/selectfallbackavatar-with-id.md)
140-
141-
Response schema mismatch:
142-
* Missing property at ``#/currentAvatarAssetUrl``.
143-
144-
#### [selectAvatar with default avatar id](/data/requests/avatars/selectavatar-with-default-avatar-id.md)
145-
146-
Response schema mismatch:
147-
* Missing property at ``#/currentAvatarAssetUrl``.
148-
149-
#### [selectAvatar with id](/data/requests/avatars/selectavatar-with-id.md)
150-
151-
Response schema mismatch:
152-
* Missing property at ``#/currentAvatarAssetUrl``.
153-
154135
#### [getAvatar by id](/data/requests/avatars/getavatar-by-id.md)
155136

156137
Response schema mismatch:
@@ -172,9 +153,18 @@ Response schema mismatch:
172153
#### [searchAvatars with zero parameters](/data/requests/avatars/searchavatars-with-zero-parameters.md)
173154

174155

156+
#### [selectAvatar with id](/data/requests/avatars/selectavatar-with-id.md)
157+
158+
159+
#### [selectAvatar with default avatar id](/data/requests/avatars/selectavatar-with-default-avatar-id.md)
160+
161+
175162
#### [selectFallbackAvatar with id (not quest fallback)](/data/requests/avatars/selectfallbackavatar-with-id-(not-quest-fallback).md)
176163

177164

165+
#### [selectFallbackAvatar with id](/data/requests/avatars/selectfallbackavatar-with-id.md)
166+
167+
178168
#### [getFavoritedAvatars with zero parameters](/data/requests/avatars/getfavoritedavatars-with-zero-parameters.md)
179169

180170

@@ -427,11 +417,11 @@ Response schema mismatch:
427417
#### [getConfig](/data/requests/system/getconfig.md)
428418

429419
Response schema mismatch:
430-
* Unexpected property at ``#/authDockerSync``,
431-
* Unexpected property at ``#/crossRegionSearchLoaf``,
432-
* Unexpected property at ``#/economyLedgerBackfill``,
420+
* Unexpected property at ``#/DuckingVersionTerminal``,
421+
* Unexpected property at ``#/baguetteExternal``,
422+
* Unexpected property at ``#/commandOrchestrationJwtAddress``,
433423

434-
*26 issues truncated.*
424+
*21 issues truncated.*
435425
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)
436426

437427

data/requests/system/getconfig.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,30 @@
22

33
## Issues
44
Response schema mismatch:
5-
* Unexpected property at ``#/authDockerSync``,
6-
* Unexpected property at ``#/crossRegionSearchLoaf``,
5+
* Unexpected property at ``#/DuckingVersionTerminal``,
6+
* Unexpected property at ``#/baguetteExternal``,
7+
* Unexpected property at ``#/commandOrchestrationJwtAddress``,
8+
* Unexpected property at ``#/downloadOwnershipActivity``,
79
* Unexpected property at ``#/economyLedgerBackfill``,
810
* Unexpected property at ``#/economyLedgerMode``,
9-
* Unexpected property at ``#/eternalLoopRolloverFox``,
10-
* Unexpected property at ``#/fileArrayImpostorExtended``,
1111
* Unexpected property at ``#/globalCacheVersion``,
1212
* Unexpected property at ``#/globalCacheVersionDefault``,
13-
* Unexpected property at ``#/headerCountryServiceUnity``,
1413
* Unexpected property at ``#/iosAppVersion``,
1514
* Unexpected property at ``#/iosVersion``,
16-
* Unexpected property at ``#/justifyProxyBuildPublish``,
15+
* Unexpected property at ``#/listJustifyEventsTransmittion``,
16+
* Unexpected property at ``#/loafHashBounce``,
17+
* Unexpected property at ``#/lockSendSoapOut``,
1718
* Unexpected property at ``#/maxUserEmoji``,
1819
* Unexpected property at ``#/maxUserStickers``,
19-
* Unexpected property at ``#/metricDraftRtt``,
2020
* Unexpected property at ``#/ninkilim``,
21-
* Unexpected property at ``#/orchestrationRealtimeRemote``,
22-
* Unexpected property at ``#/performanceProxyMinimumBehavior``,
23-
* Unexpected property at ``#/primaryImpostorLimiterOwnershipOnline``,
21+
* Unexpected property at ``#/probabilityBarrier``,
2422
* Unexpected property at ``#/questMinimumLowMemoryThreshold``,
25-
* Unexpected property at ``#/redoChaos``,
26-
* Unexpected property at ``#/restFilter``,
27-
* Unexpected property at ``#/rollbackEternal``,
28-
* Unexpected property at ``#/schedulerExtendedPrototypeRollover``,
29-
* Unexpected property at ``#/segmentBootstrapInterfacePage``,
30-
* Unexpected property at ``#/serviceTtl``,
31-
* Unexpected property at ``#/streamingFavorite``,
32-
* Unexpected property at ``#/thresholdMultigrainHistory``,
33-
* Unexpected property at ``#/use_void_requiem_core``.
23+
* Unexpected property at ``#/quorumBaguetteLeave``,
24+
* Unexpected property at ``#/randomHookSticker``,
25+
* Unexpected property at ``#/shaderImpostorDisableSubscription``,
26+
* Unexpected property at ``#/transmittionSearch``,
27+
* Unexpected property at ``#/use_void_requiem_core``,
28+
* Unexpected property at ``#/versionRoast``.
3429
## Request
3530
`GET https://api.vrchat.cloud/api/1/config`
3631

data/requests/users/getuser.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131
"ageVerified": true,
3232
"allowAvatarCopying": false,
3333
"badges": [
34-
{
35-
"badgeDescription": "Awarded for gifting VRC+ (1 Month)",
36-
"badgeId": "bdg_0b25e2ad-64ce-4e1b-bc61-7c57e45e1329",
37-
"badgeImageUrl": "https://assets.vrchat.com/badges/29/bdgai_7530140f-1374-472b-9540-5cfbcbd592c9.png",
38-
"badgeName": "Gift (1 Month)",
39-
"showcased": false
40-
},
4134
{
4235
"badgeDescription": "Granted to official VRChat Staff",
4336
"badgeId": "bdg_11f41e60-d24e-4358-b7ad-06e2b9d23569",
@@ -52,6 +45,13 @@
5245
"badgeName": "VRC+ Subscriber (4 Years)",
5346
"showcased": true
5447
},
48+
{
49+
"badgeDescription": "Awarded for gifting VRC+ (5 Months)",
50+
"badgeId": "bdg_34fe4c95-4937-4295-9bd9-e3fff73b4a16",
51+
"badgeImageUrl": "https://assets.vrchat.com/badges/16/bdgai_54a8aa5f-72fc-4356-ad29-7690d435b564.png",
52+
"badgeName": "Gift (5 Months)",
53+
"showcased": false
54+
},
5555
{
5656
"badgeDescription": "Supports VRChat through VRC+",
5757
"badgeId": "bdg_754f9935-0f97-49d8-b857-95afb9b673fa",

0 commit comments

Comments
 (0)