vrchatapi / vrchatapi.github.io

✨ VRChat API Documentation - A Community-Driven API documentation project.
https://vrchatapi.github.io
MIT License
218 stars 43 forks source link

New API Tags #146

Open RubenPX opened 3 weeks ago

RubenPX commented 3 weeks ago

"tags": [ "admin_filter_UrlLauncher", "admin_AllowInternal_OpenURLWithData", "admin_allow_open_url_with_data", "system_updated_recently" ]

full JSON

```json { "id": "wrld_fa9ffaec-370c-442f-b3da-a514f5fe440b", "name": "Furality Umbra: Dealer's Den Sector 2", "description": "Umbra Dealers 02", "authorId": "usr_7738c828-9538-4e20-a54a-8c6f1425b6b6", "authorName": "Furality", "capacity": 80, "recommendedCapacity": 80, "tags": [ "admin_filter_UrlLauncher", "admin_AllowInternal_OpenURLWithData", "admin_allow_open_url_with_data", "system_updated_recently" ], "releaseStatus": "private", "imageUrl": "https://api.vrchat.cloud/api/1/file/file_28481dd4-9562-4909-a57b-b79fa249a2a3/2/file", "thumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_28481dd4-9562-4909-a57b-b79fa249a2a3/2/256", "assetUrl": "", "assetUrlObject": {}, "pluginUrl": "", "pluginUrlObject": {}, "unityPackageUrl": "", "unityPackageUrlObject": {}, "unityPackages": [ { "assetUrl": "https://api.vrchat.cloud/api/1/file/file_0d87c4c9-ab38-4876-b09e-f41c17fc47ac/2/file", "assetVersion": 4, "created_at": "2024-06-08T18:43:00.260Z", "id": "unp_cf437618-bdbf-4d9f-a593-af942a36cd5e", "platform": "android", "unitySortNumber": 20220306000, "unityVersion": "2022.3.6f1" }, { "assetUrl": "https://api.vrchat.cloud/api/1/file/file_73fef808-12fc-4083-a37a-60950a6cbd43/9/file", "assetVersion": 4, "created_at": "2024-06-08T20:24:53.314Z", "id": "unp_0f8ca080-ad9d-4a26-babd-7b83e3e950bb", "platform": "standalonewindows", "unitySortNumber": 20220306000, "unityVersion": "2022.3.6f1" } ], "version": 19, "favorites": 0, "created_at": "2024-06-05T08:04:47.364Z", "updated_at": "2024-06-08T20:24:53.707Z", "publicationDate": "none", "labsPublicationDate": "none", "visits": 4610, "popularity": 0, "heat": 0, "publicOccupants": 0, "privateOccupants": 0, "occupants": 0, "instances": [], "featured": false, "organization": "vrchat", "previewYoutubeId": null, "$isLabs": false, "udonProducts": [] } ```

ariesclark commented 3 weeks ago

Hi, thank you for the issue. Can you make a PR to edit this file.

RubenPX commented 3 weeks ago

@ariesclark, I don't know what tags are for.

Maybe it's permission tags.

For example: I can't make instances of this world

Foorack commented 3 weeks ago

:question: admin_filter_UrlLauncher can be found on 303 public worlds.

:question: admin_AllowInternal_OpenURLWithData can only be found on 1 public world.

:question: admin_allow_open_url_with_data cannot be found on any public world.

:ballot_box_with_check: system_updated_recently is already documented.

Foorack commented 3 weeks ago

admin_filter_UrlLauncher likely means the world is allowed to launch a URL

admin_AllowInternal_OpenURLWithData likely allows the world to add player-specific data, rather than using a hard-coded URL

admin_allow_open_url_with_data is likely a dud, replaced by the tag above.

None of this is fully confirmed yet.