Skip to content

Commit 93aae92

Browse files
ci(test: 2025-03-15): new changes
1 parent 0b23c15 commit 93aae92

File tree

6 files changed

+61
-17
lines changed

6 files changed

+61
-17
lines changed

data/requests/avatars/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,20 @@ Switches into that avatar as your fallback avatar.
3939
Search and list favorited avatars by query filters.
4040

4141
* [getFavoritedAvatars with zero parameters](./getfavoritedavatars-with-zero-parameters.md)
42+
## List Licensed Avatars
43+
List licensed avatars.
44+
45+
> Missing coverage.
46+
## Enqueue Impostor generation
47+
Enqueue Impostor generation for that avatar.
48+
49+
> Missing coverage.
50+
## Get Impostor Queue Stats
51+
Gets service stats for queued impostor.
52+
53+
> Missing coverage.
54+
## Delete generated Impostor
55+
Delete generated Impostor for that avatar.
56+
57+
> Missing coverage.
4258

data/requests/system/getconfig.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ Response schema mismatch:
1515
* Unexpected property at ``#/reportReasons/copyright``,
1616
* Unexpected property at ``#/reportReasons/fraud``,
1717
* Unexpected property at ``#/reportReasons/technical``,
18-
* Unexpected property at ``#/PublicBonesMutexRankingPage``,
19-
* Unexpected property at ``#/bytesMessageQuorumShell``,
20-
* Unexpected property at ``#/cookieNetworkingChannel``,
21-
* Unexpected property at ``#/draftSignSignatureGenerateUdp``,
22-
* Unexpected property at ``#/errorPaperWhois``,
23-
* Unexpected property at ``#/espressoWhoisPushJustifyStream``,
24-
* Unexpected property at ``#/frameworkReasonBounce``,
25-
* Unexpected property at ``#/headpatSprayPullTerminal``,
18+
* Unexpected property at ``#/CheckIpv4TotalProxy``,
19+
* Unexpected property at ``#/PublicBodyMobilePrevious``,
20+
* Unexpected property at ``#/clipboardObjectPartitionHomeStream``,
21+
* Unexpected property at ``#/colliderOrchestrationWebsocketRemote``,
22+
* Unexpected property at ``#/cremaSandwich``,
23+
* Unexpected property at ``#/deploymentKeywordFrameworkGit``,
24+
* Unexpected property at ``#/espressoProfileChannel``,
25+
* Unexpected property at ``#/historyDraftValueDisable``,
26+
* Unexpected property at ``#/iso8601InterfaceInstruction``,
27+
* Unexpected property at ``#/keywordHeightCycle``,
28+
* Unexpected property at ``#/ninkilim``,
2629
* Unexpected property at ``#/publicKey``,
27-
* Unexpected property at ``#/reservedExtendedRandomNoise``,
28-
* Unexpected property at ``#/resolverSet``,
29-
* Unexpected property at ``#/stringClonePacket``,
30-
* Unexpected property at ``#/toolboxPresencePaginationDeploy``,
31-
* Unexpected property at ``#/updateSubscriberBranchModerationBandwidth``,
32-
* Unexpected property at ``#/voiceLine``,
33-
* Unexpected property at ``#/xmlTaggingQueueRotationHook``.
30+
* Unexpected property at ``#/requestNotifyBandwidth``,
31+
* Unexpected property at ``#/rollbackCursedNextIpv6``,
32+
* Unexpected property at ``#/ryeBufferMultigrainFriendSourdough``,
33+
* Unexpected property at ``#/websocketExpire``.
3434
## Request
3535
`GET https://api.vrchat.cloud/api/1/config`
3636

data/requests/system/getcurrentonlineusers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| access-control-allow-credentials | `true` |
1919
| cache-control | `private, no-cache` |
2020
| connection | `keep-alive` |
21-
| content-length | `5` |
21+
| content-length | `6` |
2222
| content-type | `application/json; charset=utf-8` |
2323
| etag | `<redacted>` |
2424
| pragma | `no-cache` |

data/requests/users/getuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
"ageVerificationStatus": "18+",
3131
"ageVerified": true,
32-
"allowAvatarCopying": false,
32+
"allowAvatarCopying": true,
3333
"badges": [
3434
{
3535
"badgeDescription": "Awarded for gifting VRC+ (1 Month)",

data/requests/users/readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,28 @@ Updates the currently authenticated user's note on a user
4949
Get a particular user note
5050

5151
* [getUserNote](./getusernote.md)
52+
## Add User Tags
53+
Adds tags to the user's profile
54+
55+
> Missing coverage.
56+
## Remove User Tags
57+
Removes tags from the user's profile
58+
59+
> Missing coverage.
60+
## Update User Badge
61+
Updates a user's badge
62+
63+
> Missing coverage.
5264
## Get User Group Instances
5365
Returns a list of group instances for a user
5466

5567
> Missing coverage.
68+
## Check User Persistence Exists
69+
Checks whether the user has persistence data for a given world
70+
71+
> Missing coverage.
72+
## Delete User Persistence
73+
Deletes the user's persistence data for a given world
74+
75+
> Missing coverage.
5676

data/requests/worlds/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Worlds
22

3+
## Check User Persistence Exists
4+
Checks whether the user has persistence data for a given world
5+
6+
> Missing coverage.
7+
## Delete User Persistence
8+
Deletes the user's persistence data for a given world
9+
10+
> Missing coverage.
311
## Search All Worlds
412
Search and list any worlds by query filters.
513

0 commit comments

Comments
 (0)