Skip to content

Commit 9184bda

Browse files
ci(test: 2026-05-05): new changes
1 parent f3db043 commit 9184bda

21 files changed

Lines changed: 864 additions & 1034 deletions

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Issues
44
Response schema mismatch:
55
* Unexpected property at ``#/appleDetails``,
6-
* Unexpected property at ``#/appleId``.
6+
* Unexpected property at ``#/appleId``,
7+
* Unexpected property at ``#/completedTutorials``.
78
## Request
89
`GET https://api.vrchat.cloud/api/1/auth/user`
910

@@ -78,6 +79,9 @@ Response schema mismatch:
7879
],
7980
"bio": "",
8081
"bioLinks": [],
82+
"completedTutorials": [
83+
"standalonewindows:steam:v1"
84+
],
8185
"currentAvatar": "avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11",
8286
"currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file",
8387
"currentAvatarTags": "<unstable: array of strings>",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Issues
44
Response schema mismatch:
55
* Unexpected property at ``#/appleDetails``,
6-
* Unexpected property at ``#/appleId``.
6+
* Unexpected property at ``#/appleId``,
7+
* Unexpected property at ``#/completedTutorials``.
78
## Request
89
`GET https://api.vrchat.cloud/api/1/auth/user`
910

@@ -75,6 +76,9 @@ Response schema mismatch:
7576
],
7677
"bio": "",
7778
"bioLinks": [],
79+
"completedTutorials": [
80+
"standalonewindows:steam:v1"
81+
],
7882
"currentAvatar": "avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11",
7983
"currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file",
8084
"currentAvatarTags": "<unstable: array of strings>",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Issues
44
Response schema mismatch:
55
* Unexpected property at ``#/appleDetails``,
6-
* Unexpected property at ``#/appleId``.
6+
* Unexpected property at ``#/appleId``,
7+
* Unexpected property at ``#/completedTutorials``.
78
## Request
89
`PUT https://api.vrchat.cloud/api/1/avatars/avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11/select`
910

@@ -41,6 +42,9 @@ Response schema mismatch:
4142
"appleId": "",
4243
"bio": "",
4344
"bioLinks": [],
45+
"completedTutorials": [
46+
"standalonewindows:steam:v1"
47+
],
4448
"currentAvatar": "avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11",
4549
"currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file",
4650
"currentAvatarTags": "<unstable: array of strings>",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Issues
44
Response schema mismatch:
55
* Unexpected property at ``#/appleDetails``,
6-
* Unexpected property at ``#/appleId``.
6+
* Unexpected property at ``#/appleId``,
7+
* Unexpected property at ``#/completedTutorials``.
78
## Request
89
`PUT https://api.vrchat.cloud/api/1/avatars/avtr_26187637-0c30-4a09-86e1-bc928c07309e/select`
910

@@ -41,6 +42,9 @@ Response schema mismatch:
4142
"appleId": "",
4243
"bio": "",
4344
"bioLinks": [],
45+
"completedTutorials": [
46+
"standalonewindows:steam:v1"
47+
],
4448
"currentAvatar": "avtr_26187637-0c30-4a09-86e1-bc928c07309e",
4549
"currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_9849762e-8080-434d-b598-ce6f7d76b3d1/1/file",
4650
"currentAvatarTags": "<unstable: array of strings>",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Issues
44
Response schema mismatch:
55
* Unexpected property at ``#/appleDetails``,
6-
* Unexpected property at ``#/appleId``.
6+
* Unexpected property at ``#/appleId``,
7+
* Unexpected property at ``#/completedTutorials``.
78
## Request
89
`PUT https://api.vrchat.cloud/api/1/avatars/avtr_07917a03-5e0b-48e9-b041-e94086bc658f/selectFallback`
910

@@ -41,6 +42,9 @@ Response schema mismatch:
4142
"appleId": "",
4243
"bio": "",
4344
"bioLinks": [],
45+
"completedTutorials": [
46+
"standalonewindows:steam:v1"
47+
],
4448
"currentAvatar": "avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11",
4549
"currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file",
4650
"currentAvatarTags": "<unstable: array of strings>",

0 commit comments

Comments
 (0)