Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API Tags #146

Open
RubenPX opened this issue Jun 8, 2024 · 4 comments
Open

New API Tags #146

RubenPX opened this issue Jun 8, 2024 · 4 comments

Comments

@RubenPX
Copy link

RubenPX commented Jun 8, 2024

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

full 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
Copy link
Member

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

@RubenPX
Copy link
Author

RubenPX commented Jun 8, 2024

@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
Copy link
Member

Foorack commented Jun 9, 2024

admin_filter_UrlLauncher can be found on 303 public worlds.

admin_AllowInternal_OpenURLWithData can only be found on 1 public world.

admin_allow_open_url_with_data cannot be found on any public world.

☑️ system_updated_recently is already documented.

@Foorack
Copy link
Member

Foorack commented Jun 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants