Skip to content

Commit

Permalink
ci(test: 2025-01-28): new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2025
1 parent 42a35e3 commit abac679
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 18 deletions.
8 changes: 5 additions & 3 deletions data/requests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ Response schema mismatch:

## [Worlds](/data/requests/worlds)

#### [searchWorlds](/data/requests/worlds/searchworlds.md)
#### [getActiveWorlds](/data/requests/worlds/getactiveworlds.md)

Response schema mismatch:
* Unexpected property at ``#/9/storeId``.

#### [getActiveWorlds](/data/requests/worlds/getactiveworlds.md)
#### [searchWorlds](/data/requests/worlds/searchworlds.md)


#### [getRecentWorlds](/data/requests/worlds/getrecentworlds.md)
Expand Down Expand Up @@ -386,7 +388,7 @@ Response schema mismatch:
* Missing property at ``#/avatarPerfLimiter/PC/allowed``,
* Missing property at ``#/avatarPerfLimiter/Pico/allowed``,

*27 issues truncated.*
*36 issues truncated.*
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)


Expand Down
33 changes: 21 additions & 12 deletions data/requests/system/getconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,30 @@ Response schema mismatch:
* Unexpected property at ``#/ageVerificationInviteVisible``,
* Unexpected property at ``#/analysisMaxRetries``,
* Unexpected property at ``#/analysisRetryInterval``,
* Unexpected property at ``#/brewHome``,
* Unexpected property at ``#/briocheFarPrevious``,
* Unexpected property at ``#/burritoLicenseExecuteThroughputLogging``,
* Unexpected property at ``#/dataPageCoefficientNuisance``,
* Unexpected property at ``#/barrierExtended``,
* Unexpected property at ``#/buildFriendRoute``,
* Unexpected property at ``#/clockPasteShaderSteam``,
* Unexpected property at ``#/commitPagination``,
* Unexpected property at ``#/disableGiftDrops``,
* Unexpected property at ``#/eternalTcpRolloutUsage``,
* Unexpected property at ``#/extendedBreadPartitionYaml``,
* Unexpected property at ``#/giftDisplayType``,
* Unexpected property at ``#/justifyLatencyNotifyReport``,
* Unexpected property at ``#/kernelDataRumor``,
* Unexpected property at ``#/pullAttributeJson``,
* Unexpected property at ``#/graphqlRttCopy``,
* Unexpected property at ``#/interfaceRegionMetricString``,
* Unexpected property at ``#/lineSandwichSdkLocation``,
* Unexpected property at ``#/moderationRoastContextScheduling``,
* Unexpected property at ``#/objectsInstructionAccount``,
* Unexpected property at ``#/propWhere``,
* Unexpected property at ``#/proxyUnlistedResponseCheck``,
* Unexpected property at ``#/readArray``,
* Unexpected property at ``#/realSign``,
* Unexpected property at ``#/redoGroup``,
* Unexpected property at ``#/requireAgeVerificationBetaTag``,
* Unexpected property at ``#/sessionGift``,
* Unexpected property at ``#/textSpaceExecuteType``,
* Unexpected property at ``#/trackingHeadpatTimeTimezone``.
* Unexpected property at ``#/returnPartition``,
* Unexpected property at ``#/rttLossToolboxDraftAvailability``,
* Unexpected property at ``#/screenCron``,
* Unexpected property at ``#/segfaultLabelKeywordFilterTier``,
* Unexpected property at ``#/setColour``,
* Unexpected property at ``#/userPointerBriochePreviousShift``,
* Unexpected property at ``#/virtualFileSoapForwardAlignment``.
## Request
`GET https://api.vrchat.cloud/api/1/config`

Expand Down
2 changes: 1 addition & 1 deletion data/requests/system/getcurrentonlineusers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-length | `6` |
| content-length | `5` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
Expand Down
4 changes: 2 additions & 2 deletions data/requests/users/getuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
```jsonc
{
"ageVerificationStatus": "18+",
"allowAvatarCopying": true,
"allowAvatarCopying": false,
"badges": [
{
"badgeDescription": "Awarded for gifting VRChat+ (1 Month)",
Expand Down Expand Up @@ -78,7 +78,7 @@
"isFriend": false,
"last_activity": "",
"last_login": "",
"last_platform": "android",
"last_platform": "standalonewindows",
"location": "offline",
"note": "system_haha_we_actually_ended_up_documenting_this_one_too",
"platform": "offline",
Expand Down
3 changes: 3 additions & 0 deletions data/requests/worlds/getactiveworlds.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# getActiveWorlds

## Issues
Response schema mismatch:
* Unexpected property at ``#/9/storeId``.
## Request
`GET https://api.vrchat.cloud/api/1/worlds/active`

Expand Down

0 comments on commit abac679

Please sign in to comment.