vrchatapi / specification

⚙️ VRChat API OpenAPI specification defining the API in a machine-readable format. This is then used for automatic generation of language-specific SDK's
MIT License
43 stars 27 forks source link

The Get User Groups endpoint returns far less information than specified #229

Open Protected opened 1 year ago

Protected commented 1 year ago

It doesn't return a list of "full" Group objects. Example item:

    {
        "id": "gmem_(...)",
        "groupId": "grp_796391c8-31ad-4b12-b4d7-dc6990ce684c",
        "memberVisibility": "visible",
        "isRepresenting": false,
        "mutualGroup": true,
        "name": "VRLabs",
        "shortCode": "VRLABS",
        "discriminator": "2772",
        "description": "We provide support and resources for VRChat avatar creators․",
        "iconId": "file_8a0e3714-2a40-46f9-b97a-f00a7f41463e",
        "iconUrl": "https://api.vrchat.cloud/api/1/file/file_8a0e3714-2a40-46f9-b97a-f00a7f41463e/1/file",
        "bannerId": "file_3f760ae6-5011-4e39-9845-a1f695917f88",
        "bannerUrl": "https://api.vrchat.cloud/api/1/file/file_3f760ae6-5011-4e39-9845-a1f695917f88/1/file",
        "privacy": "default",
        "ownerId": "usr_833a8258-5d4a-45dd-bc3b-b05ae59539da",
        "memberCount": 289
    }
Tresvian commented 2 months ago

Merged https://github.com/vrchatapi/specification/pull/320