Skip to content

Commit c6d778b

Browse files
ci(test: 2026-04-27): new changes
1 parent cae5885 commit c6d778b

20 files changed

Lines changed: 986 additions & 1022 deletions

data/requests/calendar/searchcalendarevents.md

Lines changed: 195 additions & 188 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
@@ -27,15 +27,6 @@
2727

2828
```jsonc
2929
[
30-
{
31-
"id": "vrchatplus-open-beta",
32-
"steamItemId": "1234",
33-
"oculusSku": "vrchat-plus-oculus-monthly",
34-
"amount": 999,
35-
"description": "VRChat Plus (Open Beta)",
36-
"period": "month",
37-
"tier": 5
38-
},
3930
{
4031
"id": "vrchat-internal-beta",
4132
"steamItemId": "-1",
@@ -45,10 +36,24 @@
4536
"tier": 5
4637
},
4738
{
48-
"id": "vrchat-community-testers",
49-
"steamItemId": "-10",
50-
"amount": 99999999,
51-
"description": "VRChat Pre-Release Features For Testers",
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)",
48+
"period": "month",
49+
"tier": 5
50+
},
51+
{
52+
"id": "vrchatplus-open-beta",
53+
"steamItemId": "1234",
54+
"oculusSku": "vrchat-plus-oculus-monthly",
55+
"amount": 999,
56+
"description": "VRChat Plus (Open Beta)",
5257
"period": "month",
5358
"tier": 5
5459
},
@@ -66,15 +71,10 @@
6671
"tier": 5
6772
},
6873
{
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)",
74+
"id": "vrchat-community-testers",
75+
"steamItemId": "-10",
76+
"amount": 99999999,
77+
"description": "VRChat Pre-Release Features For Testers",
7878
"period": "month",
7979
"tier": 5
8080
}

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-04-25T23:36:58.262Z",
47-
"last_login": "2026-04-25T23:36:58.262Z",
46+
"last_activity": "2026-04-26T23:37:41.055Z",
47+
"last_login": "2026-04-26T23:37:41.055Z",
4848
"last_mobile": null,
4949
"last_platform": "standalonewindows",
5050
"location": "offline",

data/requests/groups/creategroup.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,7 @@
6969
"mRoleIds": [],
7070
"managerNotes": "",
7171
"membershipStatus": "member",
72-
"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"
79-
],
72+
"permissions": [],
8073
"roleIds": "<unstable: array of strings>",
8174
"userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
8275
"visibility": "visible"
@@ -87,7 +80,6 @@
8780
"rules": "",
8881
"shortCode": "<unstable>",
8982
"tags": [],
90-
"transferTargetId": null,
91-
"updatedAt": "<unstable: string>"
83+
"transferTargetId": null
9284
}
9385
```

data/requests/groups/creategroupinvite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
## Response
20-
`200 OK`
20+
`403 Forbidden`
2121

2222
| Header | Value |
2323
| ------ | ----- |
@@ -33,9 +33,9 @@
3333

3434
```jsonc
3535
{
36-
"success": {
37-
"message": "b9ce75b4dc299 has been invited!",
38-
"status_code": 200
36+
"error": {
37+
"message": "You don't have permission․",
38+
"status_code": 403
3939
}
4040
}
4141
```

data/requests/groups/deletegroupinvite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
## Response
13-
`200 OK`
13+
`403 Forbidden`
1414

1515
| Header | Value |
1616
| ------ | ----- |
@@ -26,9 +26,9 @@
2626

2727
```jsonc
2828
{
29-
"success": {
30-
"message": "b9ce75b4dc299 has been uninvited.",
31-
"status_code": 200
29+
"error": {
30+
"message": "You don't have permission․",
31+
"status_code": 403
3232
}
3333
}
3434
```

data/requests/groups/getgroup.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,7 @@
5757
"lastPostReadAt": null,
5858
"mRoleIds": [],
5959
"membershipStatus": "member",
60-
"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"
67-
],
60+
"permissions": [],
6861
"roleIds": "<unstable: array of strings>",
6962
"userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
7063
"visibility": "visible"
@@ -76,7 +69,6 @@
7669
"rules": "",
7770
"shortCode": "<unstable>",
7871
"tags": [],
79-
"transferTargetId": null,
80-
"updatedAt": "<unstable: string>"
72+
"transferTargetId": null
8173
}
8274
```

data/requests/groups/getgroupinvites.md

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,25 @@
1010

1111

1212
## Response
13-
`200 OK`
13+
`403 Forbidden`
1414

1515
| Header | Value |
1616
| ------ | ----- |
1717
| access-control-allow-credentials | `true` |
1818
| cache-control | `private, no-cache` |
1919
| connection | `keep-alive` |
2020
| content-type | `application/json; charset=utf-8` |
21-
| etag | `<redacted>` |
2221
| pragma | `no-cache` |
2322
| server | `cloudflare` |
2423
| transfer-encoding | `chunked` |
2524
| vary | `Authorization, Accept-Encoding` |
2625
| x-frame-options | `deny` |
2726

2827
```jsonc
29-
[
30-
{
31-
"acceptedByDisplayName": "8cf3def6b8cea",
32-
"acceptedById": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
33-
"bannedAt": null,
34-
"createdAt": "<unstable>",
35-
"groupId": "<unstable>",
36-
"hasJoinedFromPurchase": false,
37-
"id": "<unstable>",
38-
"isRepresenting": false,
39-
"isSubscribedToAnnouncements": true,
40-
"isSubscribedToEventAnnouncements": true,
41-
"joinedAt": null,
42-
"lastPostReadAt": null,
43-
"mRoleIds": [],
44-
"managerNotes": "",
45-
"membershipStatus": "invited",
46-
"roleIds": [],
47-
"user": {
48-
"currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256",
49-
"displayName": "b9ce75b4dc299",
50-
"iconUrl": "",
51-
"id": "usr_9e10ea3e-8115-4b51-9076-b1792215d57e",
52-
"profilePicOverride": "",
53-
"thumbnailUrl": "https://api.vrchat.cloud/api/1/image/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/256"
54-
},
55-
"userId": "usr_9e10ea3e-8115-4b51-9076-b1792215d57e",
56-
"visibility": "visible"
28+
{
29+
"error": {
30+
"message": "You don't have permission․",
31+
"status_code": 403
5732
}
58-
]
33+
}
5934
```

data/requests/groups/updategroup.md

Lines changed: 5 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
## Response
21-
`200 OK`
21+
`403 Forbidden`
2222

2323
| Header | Value |
2424
| ------ | ----- |
@@ -34,54 +34,9 @@
3434

3535
```jsonc
3636
{
37-
"allowGroupJoinPrompt": true,
38-
"bannerId": null,
39-
"bannerUrl": "https://assets.vrchat.com/www/groups/default_banner.png",
40-
"createdAt": "<unstable: string>",
41-
"description": "My exciting new group․ It's pretty niftyǃ",
42-
"discriminator": "<unstable: string>",
43-
"galleries": [],
44-
"iconId": null,
45-
"iconUrl": "https://assets.vrchat.com/www/groups/default_icon.png",
46-
"id": "<unstable: string>",
47-
"isVerified": false,
48-
"joinState": "invite",
49-
"languages": [],
50-
"lastPostCreatedAt": null,
51-
"links": [],
52-
"memberCount": 1,
53-
"memberCountSyncedAt": "<unstable: string>",
54-
"membershipStatus": "member",
55-
"myMember": {
56-
"groupId": "<unstable: string>",
57-
"has2FA": true,
58-
"id": "<unstable: string>",
59-
"isRepresenting": false,
60-
"isSubscribedToAnnouncements": true,
61-
"isSubscribedToEventAnnouncements": true,
62-
"joinedAt": "<unstable: string>",
63-
"lastPostReadAt": null,
64-
"mRoleIds": [],
65-
"membershipStatus": "member",
66-
"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"
73-
],
74-
"roleIds": "<unstable: array of strings>",
75-
"userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
76-
"visibility": "visible"
77-
},
78-
"name": "Test 2",
79-
"ownerId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701",
80-
"privacy": "default",
81-
"rules": "",
82-
"shortCode": "<unstable>",
83-
"tags": [],
84-
"transferTargetId": null,
85-
"updatedAt": "<unstable: string>"
37+
"error": {
38+
"message": "You don't have permission․",
39+
"status_code": 403
40+
}
8641
}
8742
```

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": "rd4qjtm2",
26+
"displayName": "7w83yxhq",
2727
"contentSettings": {
2828
"drones": false,
2929
"props": true

0 commit comments

Comments
 (0)