Skip to content

Commit 9744fee

Browse files
ci(test: 2026-03-02): new changes
1 parent 538a47a commit 9744fee

14 files changed

Lines changed: 878 additions & 986 deletions

data/requests/calendar/searchcalendarevents.md

Lines changed: 163 additions & 178 deletions
Large diffs are not rendered by default.

data/requests/economy/getsubscriptions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727

2828
```jsonc
2929
[
30+
{
31+
"id": "vrchat-community-testers",
32+
"steamItemId": "-10",
33+
"amount": 99999999,
34+
"description": "VRChat Pre-Release Features For Testers",
35+
"period": "month",
36+
"tier": 5
37+
},
3038
{
3139
"id": "vrchat-internal-beta",
3240
"steamItemId": "-1",
@@ -69,14 +77,6 @@
6977
"description": "VRChat+ (Yearly)",
7078
"period": "year",
7179
"tier": 5
72-
},
73-
{
74-
"id": "vrchat-community-testers",
75-
"steamItemId": "-10",
76-
"amount": 99999999,
77-
"description": "VRChat Pre-Release Features For Testers",
78-
"period": "month",
79-
"tier": 5
8080
}
8181
]
8282
```
Lines changed: 13 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# getFileAnalysis
22

3+
## Issues
4+
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``.
310
## Request
411
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`
512

@@ -10,78 +17,25 @@
1017

1118

1219
## Response
13-
`200 OK`
20+
`202 Accepted`
1421

1522
| Header | Value |
1623
| ------ | ----- |
1724
| access-control-allow-credentials | `true` |
1825
| cache-control | `private, no-cache` |
1926
| connection | `keep-alive` |
27+
| content-length | `68` |
2028
| content-type | `application/json; charset=utf-8` |
21-
| etag | `<redacted>` |
2229
| pragma | `no-cache` |
2330
| server | `cloudflare` |
24-
| transfer-encoding | `chunked` |
2531
| vary | `Authorization, Accept-Encoding` |
2632
| x-frame-options | `deny` |
2733

2834
```jsonc
2935
{
30-
"avatarStats": {
31-
"animatorCount": 1,
32-
"audioSourceCount": 0,
33-
"blendShapeCount": 6,
34-
"boneCount": 13,
35-
"bounds": [
36-
0.2818719,
37-
0.360671,
38-
0.29582074
39-
],
40-
"cameraCount": 0,
41-
"clothCount": 0,
42-
"constraintCount": 0,
43-
"constraintDepth": 0,
44-
"contactCount": 2,
45-
"customExpressions": true,
46-
"customizeAnimationLayers": true,
47-
"enableEyeLook": true,
48-
"lightCount": 0,
49-
"lineRendererCount": 0,
50-
"lipSync": 4,
51-
"materialCount": 1,
52-
"materialSlotsUsed": 1,
53-
"meshCount": 0,
54-
"meshIndices": 0,
55-
"meshParticleMaxPolygons": 0,
56-
"meshPolygons": 0,
57-
"meshVertices": 0,
58-
"particleCollisionEnabled": false,
59-
"particleSystemCount": 0,
60-
"particleTrailsEnabled": false,
61-
"physBoneColliderCount": 0,
62-
"physBoneCollisionCheckCount": 0,
63-
"physBoneComponentCount": 2,
64-
"physBoneTransformCount": 6,
65-
"physicsColliders": 0,
66-
"physicsRigidbodies": 0,
67-
"skinnedMeshCount": 1,
68-
"skinnedMeshIndices": 3078,
69-
"skinnedMeshPolygons": 1026,
70-
"skinnedMeshVertices": 861,
71-
"totalClothVertices": 0,
72-
"totalIndices": 3078,
73-
"totalMaxParticles": 0,
74-
"totalPolygons": 1026,
75-
"totalTextureUsage": 6824,
76-
"totalVertices": 861,
77-
"trailRendererCount": 0,
78-
"writeDefaultsUsed": true
79-
},
80-
"created_at": "2026-01-26T01:25:55.978Z",
81-
"encryptionKey": "eur8BMent6G/YkvdSRlyXeT7VmzWPwm/+Q0DiFLnrWs=",
82-
"fileSize": 81988,
83-
"performanceRating": "Excellent",
84-
"success": true,
85-
"uncompressedSize": 388972
36+
"error": {
37+
"message": "Analysis not yet available",
38+
"status_code": 202
39+
}
8640
}
8741
```
Lines changed: 13 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# getFileAnalysisStandard
22

3+
## Issues
4+
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``.
310
## Request
411
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`
512

@@ -10,78 +17,25 @@
1017

1118

1219
## Response
13-
`200 OK`
20+
`202 Accepted`
1421

1522
| Header | Value |
1623
| ------ | ----- |
1724
| access-control-allow-credentials | `true` |
1825
| cache-control | `private, no-cache` |
1926
| connection | `keep-alive` |
27+
| content-length | `68` |
2028
| content-type | `application/json; charset=utf-8` |
21-
| etag | `<redacted>` |
2229
| pragma | `no-cache` |
2330
| server | `cloudflare` |
24-
| transfer-encoding | `chunked` |
2531
| vary | `Authorization, Accept-Encoding` |
2632
| x-frame-options | `deny` |
2733

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

data/requests/friends/getfriends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Response schema mismatch:
4343
"id": "usr_b52ef6f9-b8fd-44b6-923e-bebe184eef7a",
4444
"imageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256",
4545
"isFriend": true,
46-
"last_activity": "2026-03-01T01:13:37.076Z",
47-
"last_login": "2026-03-01T01:13:37.076Z",
46+
"last_activity": "2026-03-02T01:06:00.750Z",
47+
"last_login": "2026-03-02T01:06:00.750Z",
4848
"last_mobile": null,
4949
"last_platform": "standalonewindows",
5050
"location": "offline",

data/requests/instances/createinstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Response schema mismatch:
1919
"region": "use",
2020
"ownerId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
2121
"canRequestInvite": true,
22-
"displayName": "70fm94s8",
22+
"displayName": "vu0agq3v",
2323
"contentSettings": {
2424
"drones": false,
2525
"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
@@ -4,7 +4,7 @@
44
Response schema mismatch:
55
* Unexpected property at ``#/world/disabledPropAbilities``.
66
## Request
7-
`GET https://api.vrchat.cloud/api/1/instances/s/70fm94s8`
7+
`GET https://api.vrchat.cloud/api/1/instances/s/vu0agq3v`
88

99
| Header | Value |
1010
| ------ | ----- |

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_ed36bff0-ad55-4954-a29d-99f35978b424",
31+
"id": "invm_c2c3d2f0-d550-49a8-9d12-9ffa9c8e7990",
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:19350~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:89349~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
@@ -38,14 +38,14 @@
3838
"created_at": "2025-06-19T01:15:55.323Z"
3939
},
4040
{
41-
"id": "not_5fdc9a22-da26-4f6c-863d-d14b7ffe3e52",
41+
"id": "not_19fa8d5d-55c1-4f1b-a0e3-7a312f6293b3",
4242
"senderUserId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
4343
"senderUsername": "8cf3def6b8cea",
4444
"type": "invite",
4545
"message": "This is a generated invite to The Black Cat",
46-
"details": "{\"worldId\":\"wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:19350~private(usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701)~canRequestInvite~region(use)\",\"worldName\":\"The Black Cat\"}",
46+
"details": "{\"worldId\":\"wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:89349~private(usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701)~canRequestInvite~region(use)\",\"worldName\":\"The Black Cat\"}",
4747
"seen": false,
48-
"created_at": "2026-03-01T01:57:51.741Z"
48+
"created_at": "2026-03-02T01:49:33.300Z"
4949
}
5050
]
5151
```

0 commit comments

Comments
 (0)