Skip to content

Commit 9d84e88

Browse files
ci(test: 2026-06-16): new changes
1 parent 834cd59 commit 9d84e88

17 files changed

Lines changed: 801 additions & 707 deletions

data/requests/calendar/searchcalendarevents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,6 @@
559559
"type": "event"
560560
}
561561
],
562-
"totalCount": 7053
562+
"totalCount": 7058
563563
}
564564
```

data/requests/files/getfileanalysis.md

Lines changed: 61 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Issues
44
Response schema mismatch:
5-
* Missing property at ``#/avatarStats``,
6-
* Missing property at ``#/fileSize``,
7-
* Missing property at ``#/success``,
8-
* Missing property at ``#/uncompressedSize``,
9-
* Unexpected property at ``#/error``.
5+
* Unexpected property at ``#/avatarStats/raycastCount``.
106
## Request
117
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`
128

@@ -17,25 +13,79 @@ Response schema mismatch:
1713

1814

1915
## Response
20-
`202 Accepted`
16+
`200 OK`
2117

2218
| Header | Value |
2319
| ------ | ----- |
2420
| access-control-allow-credentials | `true` |
2521
| cache-control | `private, no-cache` |
2622
| connection | `keep-alive` |
27-
| content-length | `68` |
2823
| content-type | `application/json; charset=utf-8` |
24+
| etag | `<redacted>` |
2925
| pragma | `no-cache` |
3026
| server | `cloudflare` |
27+
| transfer-encoding | `chunked` |
3128
| vary | `Authorization, Accept-Encoding` |
3229
| x-frame-options | `deny` |
3330

3431
```jsonc
3532
{
36-
"error": {
37-
"message": "Analysis not yet available",
38-
"status_code": 202
39-
}
33+
"avatarStats": {
34+
"animatorCount": 1,
35+
"audioSourceCount": 0,
36+
"blendShapeCount": 6,
37+
"boneCount": 13,
38+
"bounds": [
39+
0.2818719,
40+
0.360671,
41+
0.29582074
42+
],
43+
"cameraCount": 0,
44+
"clothCount": 0,
45+
"constraintCount": 0,
46+
"constraintDepth": 0,
47+
"contactCount": 2,
48+
"customExpressions": true,
49+
"customizeAnimationLayers": true,
50+
"enableEyeLook": true,
51+
"lightCount": 0,
52+
"lineRendererCount": 0,
53+
"lipSync": 4,
54+
"materialCount": 1,
55+
"materialSlotsUsed": 1,
56+
"meshCount": 0,
57+
"meshIndices": 0,
58+
"meshParticleMaxPolygons": 0,
59+
"meshPolygons": 0,
60+
"meshVertices": 0,
61+
"particleCollisionEnabled": false,
62+
"particleSystemCount": 0,
63+
"particleTrailsEnabled": false,
64+
"physBoneColliderCount": 0,
65+
"physBoneCollisionCheckCount": 0,
66+
"physBoneComponentCount": 2,
67+
"physBoneTransformCount": 6,
68+
"physicsColliders": 0,
69+
"physicsRigidbodies": 0,
70+
"raycastCount": 0,
71+
"skinnedMeshCount": 1,
72+
"skinnedMeshIndices": 3078,
73+
"skinnedMeshPolygons": 1026,
74+
"skinnedMeshVertices": 861,
75+
"totalClothVertices": 0,
76+
"totalIndices": 3078,
77+
"totalMaxParticles": 0,
78+
"totalPolygons": 1026,
79+
"totalTextureUsage": 6824,
80+
"totalVertices": 861,
81+
"trailRendererCount": 0,
82+
"writeDefaultsUsed": true
83+
},
84+
"created_at": "2026-06-15T03:40:34.762Z",
85+
"encryptionKey": "mk9LVtbq8oPvhxBlKMPivo+CHIFPBeF+9hIll2Dpops=",
86+
"fileSize": 81988,
87+
"performanceRating": "Excellent",
88+
"success": true,
89+
"uncompressedSize": 388972
4090
}
4191
```

data/requests/files/getfileanalysisstandard.md

Lines changed: 61 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Issues
44
Response schema mismatch:
5-
* Missing property at ``#/avatarStats``,
6-
* Missing property at ``#/fileSize``,
7-
* Missing property at ``#/success``,
8-
* Missing property at ``#/uncompressedSize``,
9-
* Unexpected property at ``#/error``.
5+
* Unexpected property at ``#/avatarStats/raycastCount``.
106
## Request
117
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`
128

@@ -17,25 +13,79 @@ Response schema mismatch:
1713

1814

1915
## Response
20-
`202 Accepted`
16+
`200 OK`
2117

2218
| Header | Value |
2319
| ------ | ----- |
2420
| access-control-allow-credentials | `true` |
2521
| cache-control | `private, no-cache` |
2622
| connection | `keep-alive` |
27-
| content-length | `68` |
2823
| content-type | `application/json; charset=utf-8` |
24+
| etag | `<redacted>` |
2925
| pragma | `no-cache` |
3026
| server | `cloudflare` |
27+
| transfer-encoding | `chunked` |
3128
| vary | `Authorization, Accept-Encoding` |
3229
| x-frame-options | `deny` |
3330

3431
```jsonc
3532
{
36-
"error": {
37-
"message": "Analysis not yet available",
38-
"status_code": 202
39-
}
33+
"avatarStats": {
34+
"animatorCount": 1,
35+
"audioSourceCount": 0,
36+
"blendShapeCount": 6,
37+
"boneCount": 13,
38+
"bounds": [
39+
0.2818719,
40+
0.360671,
41+
0.29582074
42+
],
43+
"cameraCount": 0,
44+
"clothCount": 0,
45+
"constraintCount": 0,
46+
"constraintDepth": 0,
47+
"contactCount": 2,
48+
"customExpressions": true,
49+
"customizeAnimationLayers": true,
50+
"enableEyeLook": true,
51+
"lightCount": 0,
52+
"lineRendererCount": 0,
53+
"lipSync": 4,
54+
"materialCount": 1,
55+
"materialSlotsUsed": 1,
56+
"meshCount": 0,
57+
"meshIndices": 0,
58+
"meshParticleMaxPolygons": 0,
59+
"meshPolygons": 0,
60+
"meshVertices": 0,
61+
"particleCollisionEnabled": false,
62+
"particleSystemCount": 0,
63+
"particleTrailsEnabled": false,
64+
"physBoneColliderCount": 0,
65+
"physBoneCollisionCheckCount": 0,
66+
"physBoneComponentCount": 2,
67+
"physBoneTransformCount": 6,
68+
"physicsColliders": 0,
69+
"physicsRigidbodies": 0,
70+
"raycastCount": 0,
71+
"skinnedMeshCount": 1,
72+
"skinnedMeshIndices": 3078,
73+
"skinnedMeshPolygons": 1026,
74+
"skinnedMeshVertices": 861,
75+
"totalClothVertices": 0,
76+
"totalIndices": 3078,
77+
"totalMaxParticles": 0,
78+
"totalPolygons": 1026,
79+
"totalTextureUsage": 6824,
80+
"totalVertices": 861,
81+
"trailRendererCount": 0,
82+
"writeDefaultsUsed": true
83+
},
84+
"created_at": "2026-06-15T03:40:34.762Z",
85+
"encryptionKey": "mk9LVtbq8oPvhxBlKMPivo+CHIFPBeF+9hIll2Dpops=",
86+
"fileSize": 81988,
87+
"performanceRating": "Excellent",
88+
"success": true,
89+
"uncompressedSize": 388972
4090
}
4191
```

data/requests/friends/getfriends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Response schema mismatch:
5353
"id": "usr_b52ef6f9-b8fd-44b6-923e-bebe184eef7a",
5454
"imageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256",
5555
"isFriend": true,
56-
"last_activity": "2026-06-15T00:06:41.361Z",
57-
"last_login": "2026-06-15T00:06:41.361Z",
56+
"last_activity": "2026-06-15T23:43:33.684Z",
57+
"last_login": "2026-06-15T23:43:33.684Z",
5858
"last_mobile": null,
5959
"last_platform": "standalonewindows",
6060
"location": "offline",

data/requests/instances/createinstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Response schema mismatch:
2323
"region": "use",
2424
"ownerId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
2525
"canRequestInvite": true,
26-
"displayName": "7etbjr8f",
26+
"displayName": "bj9sw9fa",
2727
"contentSettings": {
2828
"drones": false,
2929
"props": true

data/requests/instances/getinstancebyshortname-secure-name-is-a-valid-short-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Response schema mismatch:
88
* Unexpected property at ``#/languageRatio``,
99
* Unexpected property at ``#/minimumAvatarPerformance``.
1010
## Request
11-
`GET https://api.vrchat.cloud/api/1/instances/s/7etbjr8f`
11+
`GET https://api.vrchat.cloud/api/1/instances/s/bj9sw9fa`
1212

1313
| Header | Value |
1414
| ------ | ----- |

data/requests/invite/getinvitemessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
```jsonc
2929
{
3030
"canBeUpdated": true,
31-
"id": "invm_c6f67eda-51aa-4098-8029-80d94f64d3f0",
31+
"id": "invm_d10b0467-245e-41a1-82da-2f9cbf4239fb",
3232
"message": "Hello‚ Worldǃ",
3333
"messageType": "message",
3434
"remainingCooldownMinutes": 0,

data/requests/invite/invitemyselfto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# inviteMyselfTo
22

33
## Request
4-
`POST https://api.vrchat.cloud/api/1/invite/myself/to/wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:05354~private(usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701)~canRequestInvite~region(use)`
4+
`POST https://api.vrchat.cloud/api/1/invite/myself/to/wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:96039~private(usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701)~canRequestInvite~region(use)`
55

66
| Header | Value |
77
| ------ | ----- |

data/requests/notifications/getnotifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"type": "friendRequest"
4949
},
5050
{
51-
"created_at": "2026-06-15T03:44:12.757Z",
52-
"details": "{\"worldId\":\"wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:05354~private(usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701)~canRequestInvite~region(use)\",\"worldName\":\"The Black Cat\"}",
53-
"id": "not_c1d58236-b588-4ded-876c-55d442909b2a",
51+
"created_at": "2026-06-16T03:39:18.397Z",
52+
"details": "{\"worldId\":\"wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:96039~private(usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701)~canRequestInvite~region(use)\",\"worldName\":\"The Black Cat\"}",
53+
"id": "not_f300a508-0379-476e-8ebb-a9bd1366297a",
5454
"message": "This is a generated invite to The Black Cat",
5555
"seen": false,
5656
"senderUserId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",

data/requests/readme.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Response schema mismatch:
107107
* undefined at ``#/instances/1``,
108108
* undefined at ``#/instances/2``,
109109

110-
*6 issues truncated.*
110+
*4 issues truncated.*
111111
#### [getFavoritedWorlds](/data/requests/worlds/getfavoritedworlds.md)
112112

113113
Response schema mismatch:
@@ -144,7 +144,7 @@ Response schema mismatch:
144144
* undefined at ``#/instances/1``,
145145
* undefined at ``#/instances/2``,
146146

147-
*18 issues truncated.*
147+
*20 issues truncated.*
148148
#### [getRecentWorlds](/data/requests/worlds/getrecentworlds.md)
149149

150150

@@ -393,11 +393,8 @@ Response schema mismatch:
393393
#### [getFileAnalysisStandard](/data/requests/files/getfileanalysisstandard.md)
394394

395395
Response schema mismatch:
396-
* Missing property at ``#/avatarStats``,
397-
* Missing property at ``#/fileSize``,
398-
* Missing property at ``#/success``,
396+
* Unexpected property at ``#/avatarStats/raycastCount``.
399397

400-
*2 issues truncated.*
401398
#### [getFileAnalysisSecurity](/data/requests/files/getfileanalysissecurity.md)
402399

403400
Response schema mismatch:
@@ -406,11 +403,8 @@ Response schema mismatch:
406403
#### [getFileAnalysis](/data/requests/files/getfileanalysis.md)
407404

408405
Response schema mismatch:
409-
* Missing property at ``#/avatarStats``,
410-
* Missing property at ``#/fileSize``,
411-
* Missing property at ``#/success``,
406+
* Unexpected property at ``#/avatarStats/raycastCount``.
412407

413-
*2 issues truncated.*
414408
#### [getFiles without data](/data/requests/files/getfiles-without-data.md)
415409

416410

@@ -634,7 +628,7 @@ Response schema mismatch:
634628
* Unexpected property at ``#/audioConfig/nearFieldILDNudgeEarTranslate``,
635629
* Unexpected property at ``#/audioConfig/useLegacyILDNudging``,
636630

637-
*36 issues truncated.*
631+
*38 issues truncated.*
638632
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)
639633

640634

0 commit comments

Comments
 (0)