specification
specification copied to clipboard
Missing icon and gallery endpoints
trafficstars
POST /icon

Image is not resized by the API. That needs to be done client-side before upload. This is essentially just a shortcut for the File API, except with some limitations:
- Always has an attached tag that is not possible to modify.
- Not possible to do multipart upload.
Although this upload skips the "delta" and "signature" FileData's of the resulting FileVersion object.
POST /gallery
Works exactly the same as /icon, except that the tag is "gallery" instead of "icon".
In case of trying to upload without VRC+:
