Skip to content

Commit e85cdf7

Browse files
ci(test: 2026-04-06): new changes
1 parent 24afe65 commit e85cdf7

17 files changed

Lines changed: 974 additions & 1060 deletions

data/requests/calendar/searchcalendarevents.md

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

data/requests/economy/getsubscriptions.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,27 @@
2828
```jsonc
2929
[
3030
{
31-
"id": "vrchat-internal-beta",
32-
"steamItemId": "-1",
33-
"amount": 99999999,
34-
"description": "VRChat Internal Features for Testing",
31+
"id": "vrchatplus-open-beta",
32+
"steamItemId": "1234",
33+
"oculusSku": "vrchat-plus-oculus-monthly",
34+
"amount": 999,
35+
"description": "VRChat Plus (Open Beta)",
3536
"period": "month",
3637
"tier": 5
3738
},
3839
{
39-
"id": "vrchatplus-monthly",
40-
"steamItemId": "4000",
41-
"oculusSku": "vrchat-plus-oculus-monthly",
42-
"googleProductId": "vrchat.plus.googleplay.monthly",
43-
"googlePlanId": "monthly",
44-
"picoSku": "vrchat_plus_pico_monthly",
45-
"appleProductId": "vrchat.plus.apple.monthly",
46-
"amount": 999,
47-
"description": "VRChat+ (Monthly)",
40+
"id": "vrchat-internal-beta",
41+
"steamItemId": "-1",
42+
"amount": 99999999,
43+
"description": "VRChat Internal Features for Testing",
4844
"period": "month",
4945
"tier": 5
5046
},
5147
{
52-
"id": "vrchatplus-open-beta",
53-
"steamItemId": "1234",
54-
"oculusSku": "vrchat-plus-oculus-monthly",
55-
"amount": 999,
56-
"description": "VRChat Plus (Open Beta)",
48+
"id": "vrchat-community-testers",
49+
"steamItemId": "-10",
50+
"amount": 99999999,
51+
"description": "VRChat Pre-Release Features For Testers",
5752
"period": "month",
5853
"tier": 5
5954
},
@@ -71,10 +66,15 @@
7166
"tier": 5
7267
},
7368
{
74-
"id": "vrchat-community-testers",
75-
"steamItemId": "-10",
76-
"amount": 99999999,
77-
"description": "VRChat Pre-Release Features For Testers",
69+
"id": "vrchatplus-monthly",
70+
"steamItemId": "4000",
71+
"oculusSku": "vrchat-plus-oculus-monthly",
72+
"googleProductId": "vrchat.plus.googleplay.monthly",
73+
"googlePlanId": "monthly",
74+
"picoSku": "vrchat_plus_pico_monthly",
75+
"appleProductId": "vrchat.plus.apple.monthly",
76+
"amount": 999,
77+
"description": "VRChat+ (Monthly)",
7878
"period": "month",
7979
"tier": 5
8080
}
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-03-02T01:45:54.677Z",
81-
"encryptionKey": "xtXKi623MxCHogjrENxT8zBDnfihBniqf8KpZTS4z9E=",
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-03-02T01:45:54.677Z",
81-
"encryptionKey": "xtXKi623MxCHogjrENxT8zBDnfihBniqf8KpZTS4z9E=",
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/groups/creategroup.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,7 @@
7070
"managerNotes": "",
7171
"membershipStatus": "member",
7272
"permissions": [
73-
"*",
74-
"group-instance-join",
75-
"group-instance-open-create",
76-
"group-instance-plus-create",
77-
"group-instance-public-create",
78-
"group-members-viewall"
73+
"*"
7974
],
8075
"roleIds": "<unstable: array of strings>",
8176
"userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",

data/requests/groups/getgroup.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@
5858
"mRoleIds": [],
5959
"membershipStatus": "member",
6060
"permissions": [
61-
"*",
62-
"group-instance-join",
63-
"group-instance-open-create",
64-
"group-instance-plus-create",
65-
"group-instance-public-create",
66-
"group-members-viewall"
61+
"*"
6762
],
6863
"roleIds": "<unstable: array of strings>",
6964
"userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",

data/requests/groups/updategroup.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@
6464
"mRoleIds": [],
6565
"membershipStatus": "member",
6666
"permissions": [
67-
"*",
68-
"group-instance-join",
69-
"group-instance-open-create",
70-
"group-instance-plus-create",
71-
"group-instance-public-create",
72-
"group-members-viewall"
67+
"*"
7368
],
7469
"roleIds": "<unstable: array of strings>",
7570
"userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",

data/requests/instances/createinstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Response schema mismatch:
2121
"region": "use",
2222
"ownerId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
2323
"canRequestInvite": true,
24-
"displayName": "2gbda033",
24+
"displayName": "4nd0686u",
2525
"contentSettings": {
2626
"drones": false,
2727
"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
@@ -6,7 +6,7 @@ Response schema mismatch:
66
* Unexpected property at ``#/disabledPropAbilities``,
77
* Unexpected property at ``#/minimumAvatarPerformance``.
88
## Request
9-
`GET https://api.vrchat.cloud/api/1/instances/s/2gbda033`
9+
`GET https://api.vrchat.cloud/api/1/instances/s/4nd0686u`
1010

1111
| Header | Value |
1212
| ------ | ----- |

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_5d8bf835-41ad-4156-b7bf-3d8c7da83175",
31+
"id": "invm_fd5f7713-0c08-41f5-8129-19114ca7a365",
3232
"message": "Hello‚ Worldǃ",
3333
"messageType": "message",
3434
"remainingCooldownMinutes": 0,

0 commit comments

Comments
 (0)