specification icon indicating copy to clipboard operation
specification copied to clipboard

⚙️ VRChat API OpenAPI specification defining the API in a machine-readable format. This is then used for automatic generation of language-specific SDK's

Results 47 specification issues
Sort by recently updated
recently updated
newest added

As it turns out, querying for the user groups returns a very very slightly different object than LimitedGroup. Since the schema is different, changing the response into its own schema.

It doesn't return a list of "full" Group objects. Example item: ```json { "id": "gmem_(...)", "groupId": "grp_796391c8-31ad-4b12-b4d7-dc6990ce684c", "memberVisibility": "visible", "isRepresenting": false, "mutualGroup": true, "name": "VRLabs", "shortCode": "VRLABS", "discriminator": "2772", "description":...

Type: Bug
Priority: Medium
Status: Help Wanted

This to avoid paths from being forgotten to be added to `paths.yml`. If they are not in there, then the bundler will not be aware of them, and therefore not...

Priority: Medium

Written by @ariesclark and @Miner28. Moving to an Issue to better track information across PR's. # Group API ## Research Stage ### List User Groups ``GET /users//groups`` #### Response (example)...

Type: Enhancement
Priority: Low

In the event the account requires 2FA, regardless of method, the CurrentUser object will be replaced with an object similar to ```json {"requiresTwoFactorAuth":["totp", "otp"]} ``` I have only seen this...

Type: Bug
Priority: High
Status: Invalid

the specification doesnt seem to cover these vrchat plus features. **photo upload** POST https://vrchat.com/api/1/file/image file: (binary) tag: gallery **icon upload** POST https://vrchat.com/api/1/file/image file: (binary) tag: icon **emoji upload** POST https://vrchat.com/api/1/file/image...

Using `GroupsApi.GetGroupBans` will always return null, even when the request seems to succeed with no exceptions thrown or errors logged. Example code to reproduce the issue (make sure you also...

Discovered while using the JS library, but attempting to use curl with the format shown in the docs returns this: `{"error":"The endpoint you're looking for is not implemented by our...

When searching for worlds on vrchat's website it has fuzzy=true https://vrchat.com/api/1/worlds?sort=relevance&fuzzy=true&search=test&n=12 https://vrchatapi.github.io/docs/api/ doesn't have fuzzy and WorldsApi.searchWorlds doesn't either.