Skip to content

Commit 6e1d1f2

Browse files
ci(test: 2024-12-18): new changes
1 parent a7776ae commit 6e1d1f2

12 files changed

+108
-74
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"accountDeletionDate": null,
3636
"accountDeletionLog": null,
3737
"activeFriends": [],
38-
"ageVerificationStatus": "hidden",
39-
"ageVerified": false,
38+
"ageVerificationStatus": "verified",
39+
"ageVerified": true,
4040
"allowAvatarCopying": true,
4141
"badges": [
4242
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"accountDeletionDate": null,
3333
"accountDeletionLog": null,
3434
"activeFriends": [],
35-
"ageVerificationStatus": "hidden",
36-
"ageVerified": false,
35+
"ageVerificationStatus": "verified",
36+
"ageVerified": true,
3737
"allowAvatarCopying": true,
3838
"badges": [
3939
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"acceptedTOSVersion": 10,
3131
"accountDeletionDate": null,
3232
"accountDeletionLog": null,
33-
"ageVerificationStatus": "hidden",
34-
"ageVerified": false,
33+
"ageVerificationStatus": "verified",
34+
"ageVerified": true,
3535
"allowAvatarCopying": true,
3636
"bio": "",
3737
"bioLinks": [],

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"acceptedTOSVersion": 10,
3131
"accountDeletionDate": null,
3232
"accountDeletionLog": null,
33-
"ageVerificationStatus": "hidden",
34-
"ageVerified": false,
33+
"ageVerificationStatus": "verified",
34+
"ageVerified": true,
3535
"allowAvatarCopying": true,
3636
"bio": "",
3737
"bioLinks": [],

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"acceptedTOSVersion": 10,
3131
"accountDeletionDate": null,
3232
"accountDeletionLog": null,
33-
"ageVerificationStatus": "hidden",
34-
"ageVerified": false,
33+
"ageVerificationStatus": "verified",
34+
"ageVerified": true,
3535
"allowAvatarCopying": true,
3636
"bio": "",
3737
"bioLinks": [],

data/requests/groups/creategroup.md

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

3+
## Issues
4+
Response schema mismatch:
5+
* Cannot fit value in explicit enum at ``#/myMember/permissions/0``.
36
## Request
47
`POST https://api.vrchat.cloud/api/1/groups`
58

data/requests/groups/getgroup.md

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

3+
## Issues
4+
Response schema mismatch:
5+
* Cannot fit value in explicit enum at ``#/myMember/permissions/0``.
36
## Request
47
`GET https://api.vrchat.cloud/api/1/groups/<unstable>`
58

data/requests/groups/updategroup.md

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

3+
## Issues
4+
Response schema mismatch:
5+
* Cannot fit value in explicit enum at ``#/myMember/permissions/0``.
36
## Request
47
`PUT https://api.vrchat.cloud/api/1/groups/<unstable>`
58

data/requests/readme.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,22 @@ Response schema mismatch:
287287

288288
## [Groups](/data/requests/groups)
289289

290-
#### [createGroup](/data/requests/groups/creategroup.md)
290+
#### [updateGroup](/data/requests/groups/updategroup.md)
291291

292+
Response schema mismatch:
293+
* Cannot fit value in explicit enum at ``#/myMember/permissions/0``.
292294

293295
#### [getGroup](/data/requests/groups/getgroup.md)
294296

297+
Response schema mismatch:
298+
* Cannot fit value in explicit enum at ``#/myMember/permissions/0``.
295299

296-
#### [getGroupMembers](/data/requests/groups/getgroupmembers.md)
300+
#### [createGroup](/data/requests/groups/creategroup.md)
297301

302+
Response schema mismatch:
303+
* Cannot fit value in explicit enum at ``#/myMember/permissions/0``.
298304

299-
#### [updateGroup](/data/requests/groups/updategroup.md)
305+
#### [getGroupMembers](/data/requests/groups/getgroupmembers.md)
300306

301307

302308
#### [createGroupInvite](/data/requests/groups/creategroupinvite.md)
@@ -370,7 +376,7 @@ Response schema mismatch:
370376
* Invalid type at ``#/0/endDate``,
371377
* Unexpected property at ``#/0/regions``,
372378

373-
*1105 issues truncated.*
379+
*1113 issues truncated.*
374380
#### [getInfoPush](/data/requests/system/getinfopush.md)
375381

376382
Response schema mismatch:
@@ -386,7 +392,7 @@ Response schema mismatch:
386392
* Missing property at ``#/avatarPerfLimiter/PC/allowed``,
387393
* Missing property at ``#/avatarPerfLimiter/Pico/allowed``,
388394

389-
*29 issues truncated.*
395+
*33 issues truncated.*
390396
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)
391397

392398

data/requests/system/getconfig.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,31 @@ Response schema mismatch:
1313
* Unexpected property at ``#/reportOptions/group``,
1414
* Unexpected property at ``#/reportOptions/user``,
1515
* Unexpected property at ``#/reportOptions/world``,
16-
* Unexpected property at ``#/MiddlewareRequestCrudStackSearch``,
1716
* Unexpected property at ``#/accessLogsUrls``,
17+
* Unexpected property at ``#/ageVerificationInviteVisible``,
18+
* Unexpected property at ``#/alertDataRemote``,
19+
* Unexpected property at ``#/analysisDocumentationAppendLibrary``,
1820
* Unexpected property at ``#/analysisMaxRetries``,
1921
* Unexpected property at ``#/analysisRetryInterval``,
20-
* Unexpected property at ``#/availabilityFormationExpires``,
21-
* Unexpected property at ``#/barrierDynamicStream``,
22-
* Unexpected property at ``#/blinkExpirationPullNodeThrottle``,
23-
* Unexpected property at ``#/ciabattaHiddenSegfault``,
24-
* Unexpected property at ``#/defaultRemotePointerConnectionMobile``,
22+
* Unexpected property at ``#/assetDuckingRealtimeCoefficient``,
23+
* Unexpected property at ``#/baguetteGeneratorForkDistanceTransaction``,
24+
* Unexpected property at ``#/chumpHeightSeed``,
25+
* Unexpected property at ``#/contextHoistFirewall``,
26+
* Unexpected property at ``#/copyPaginationAlignmentIpv6``,
27+
* Unexpected property at ``#/crustIpv4FpsFriend``,
2528
* Unexpected property at ``#/disableGiftDrops``,
26-
* Unexpected property at ``#/executeValueTrustedColor``,
27-
* Unexpected property at ``#/externalTrackerUploadObjectView``,
28-
* Unexpected property at ``#/moderationEmbedSchedulerForward``,
29-
* Unexpected property at ``#/performanceRebaseCommitSchedulerSearch``,
30-
* Unexpected property at ``#/rankingSignatureRead``,
31-
* Unexpected property at ``#/replaceCloth``,
32-
* Unexpected property at ``#/replaceSubscriptionRateCache``,
29+
* Unexpected property at ``#/downloadRandomEvents``,
30+
* Unexpected property at ``#/hashEventChatReplication``,
31+
* Unexpected property at ``#/justifyGenderClip``,
32+
* Unexpected property at ``#/maximumCommandPacket``,
33+
* Unexpected property at ``#/paperDisablePrototype``,
34+
* Unexpected property at ``#/pipelineCoexistenceMiddlewareUnlistedRye``,
35+
* Unexpected property at ``#/rateBreadJoinText``,
36+
* Unexpected property at ``#/receiveBeachHistoryUpload``,
37+
* Unexpected property at ``#/redoTagging``,
38+
* Unexpected property at ``#/reliableColour``,
3339
* Unexpected property at ``#/requireAgeVerificationBetaTag``,
34-
* Unexpected property at ``#/scrollFoxRebaseSyscall``,
35-
* Unexpected property at ``#/transactionColliderOrchestrationChumpLock``,
36-
* Unexpected property at ``#/transactionLineTimestampUnity``.
40+
* Unexpected property at ``#/samlIso8601SignatureAvatar``.
3741
## Request
3842
`GET https://api.vrchat.cloud/api/1/config`
3943

0 commit comments

Comments
 (0)