Skip to content

Commit

Permalink
ci(test: 2024-12-31): new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent 850578e commit 968c886
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions data/requests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Response schema mismatch:
#### [getActiveWorlds](/data/requests/worlds/getactiveworlds.md)

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

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

Expand Down Expand Up @@ -394,7 +394,7 @@ Response schema mismatch:
* Missing property at ``#/avatarPerfLimiter/PC/allowed``,
* Missing property at ``#/avatarPerfLimiter/Pico/allowed``,

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


Expand Down
33 changes: 16 additions & 17 deletions data/requests/system/getconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,28 @@ Response schema mismatch:
* Unexpected property at ``#/reportOptions/group``,
* Unexpected property at ``#/reportOptions/user``,
* Unexpected property at ``#/reportOptions/world``,
* Unexpected property at ``#/KeyLossQueryToken``,
* Unexpected property at ``#/RandomAmericano``,
* Unexpected property at ``#/accessLogsUrls``,
* Unexpected property at ``#/ageVerificationInviteVisible``,
* Unexpected property at ``#/alertDefaultReachabilityDevice``,
* Unexpected property at ``#/analysisMaxRetries``,
* Unexpected property at ``#/analysisRetryInterval``,
* Unexpected property at ``#/burritoMarker``,
* Unexpected property at ``#/communityIpv4SeedContentSticker``,
* Unexpected property at ``#/barrierDynamicAnalytics``,
* Unexpected property at ``#/briocheLoop``,
* Unexpected property at ``#/disableGiftDrops``,
* Unexpected property at ``#/draftReservedLicense``,
* Unexpected property at ``#/forwardReliableClipMinimumRollout``,
* Unexpected property at ``#/genderReadBarrierListRelaadventure``,
* Unexpected property at ``#/groupPaperReportFavorite``,
* Unexpected property at ``#/hoistRollbackCoexistenceStickerRate``,
* Unexpected property at ``#/ipv4FarBaguetteMain``,
* Unexpected property at ``#/nextCoexistenceNextAppendHandler``,
* Unexpected property at ``#/payloadStickerRebaseApi``,
* Unexpected property at ``#/pushHashSignature``,
* Unexpected property at ``#/rebaseUserAnimationInterfaceSpray``,
* Unexpected property at ``#/focacciaTotalSession``,
* Unexpected property at ``#/hashReceiveBuffer``,
* Unexpected property at ``#/headPermanentProxyCommunity``,
* Unexpected property at ``#/keyboardLicenseMention``,
* Unexpected property at ``#/plainIpv6MentionRandomReader``,
* Unexpected property at ``#/pushNetworkingStartDuckingSegment``,
* Unexpected property at ``#/regionContainerMobileColor``,
* Unexpected property at ``#/requireAgeVerificationBetaTag``,
* Unexpected property at ``#/rollbackRollback``,
* Unexpected property at ``#/stickerObject``,
* Unexpected property at ``#/vectorSteamWhoisPipelineSend``,
* Unexpected property at ``#/xmlUndoPhotonChannel``.
* Unexpected property at ``#/rolloverExpireBaguetteMarker``,
* Unexpected property at ``#/stringMinimum``,
* Unexpected property at ``#/taggingBaristaLockingQueueSession``,
* Unexpected property at ``#/trackingDaemonRandomDockerPassport``,
* Unexpected property at ``#/websocketAnimationHistoryLengthLicense``.
## 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": false,
"allowAvatarCopying": true,
"badges": [
{
"badgeDescription": "Awarded for gifting VRChat+ (1 Month)",
Expand Down Expand Up @@ -78,7 +78,7 @@
"isFriend": false,
"last_activity": "",
"last_login": "",
"last_platform": "standalonewindows",
"last_platform": "android",
"location": "offline",
"note": "system_haha_we_actually_ended_up_documenting_this_one_too",
"platform": "offline",
Expand Down
2 changes: 1 addition & 1 deletion data/requests/worlds/getactiveworlds.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit 968c886

Please sign in to comment.