specification
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
Covers #444 but has specific properties with types as opposed to catch-all `object`
Description: I’d love to see PHP support added; Since OpenAPI Generator already supports PHP (-g php), this should be a pretty easy addition with a new repo. Would this be...
There is also a post at api/1/prints/ to make a new one and api/1/prints/prnt_ID to edit, needs nultiform content like the inage upload PR, and note and image fields
hello requesting adding Prints API endpoint because this be useful few moderation stuff Prints endpoint api/1/prints/prnt_ID json response for callback ``` { "authorId": "usr_ID", "authorName": "AUTHORNAME", "createdAt": "2025-02-28T15:31:31.565Z", "files": {...
The documentation states the following: https://github.com/vrchatapi/specification/blob/e2b4d2878daaa5933c337d4b20398d2adfe8c3bc/openapi/components/paths/instances.yaml#L74): Instead of `group-instance-moderate`, this should in fact be `group-instance-manage`.
Note: doesnt kick only bans from lobby POST /user/[TARGETUSERID]/moderations { "type": "kick", "targetUserId": "usr_1039a8fd-c172-4f58-9362-2f9642a1137f", "reason": "The instance owner was disappointed in you, you will not be coming back.", "created": "0001-01-01T00:00:00.0000000",...
Simply as the title says.
https://github.com/vrchatapi/specification-test/commit/490e43b08576e95012d6e9559876aaee034536a0
I just observed, that the Websocket documentation is wrong for the `user-location` type. The `worldId` was removed and `travelingToLocation` was added. This is probably just a rename of that attribute,...