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 78 specification issues
Sort by recently updated
recently updated
newest added

Note: Currently a draft because it can only be merged once all generators are confirmed to work with it. My current edits to the generators assume files are .png. Generators:...

Sorry about the first try

Bumps and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together. Updates `brace-expansion` from 2.0.1 to 2.0.2 Release notes Sourced from brace-expansion's releases. v2.0.2 pkg: publish on tag 2.x 14f1d91 fmt...

dependencies
javascript

Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4. Release notes Sourced from form-data's releases. v4.0.1 Fixes npmignore temporary build files (#532) move util.isArray to Array.isArray (#564) Tests migrate from travis to GHA...

dependencies
javascript

The following responses are missing from [create-group-calendar-event](https://vrchat.community/openapi/create-group-calendar-event): ```json {"error":{"message":"Can't create calendar entries for that owner ID","status_code":403}} ``` Happens when the account creating the request has not been given the permission...

Type: Bug
Good First Task

Added: `PUT /user//tilia/tos` `GET /users//credits/eligible` `GET /user/bulk/gift/purchases` `GET /user/subscription/recent` `PUT /inventory/` `DELETE /inventory/` Updated: `GET /inventory`: `?holderId=&equipSlot=`

Currently the platform property of openapi/components/requests/CreateCalendarEventRequest.yaml Allows an array of arbitrary strings, this should probably be limited to only the values vrchat understands ``` "platforms": [ "android", "standalonewindows", "ios" ]...

Type: Enhancement
Good First Task