rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdDataStoresDataStoreIdUndeleteConst Api Param Description

    postCloudV2UniversesUniverseIdDataStoresDataStoreIdUndelete: EndpointGeneric<
        { data_store_id: string; universe_id: string },
        {
            createTime: string;
            expireTime: string;
            id: string;
            path: string;
            state: "STATE_UNSPECIFIED" | "ACTIVE" | "DELETED";
        },
        Record<string, never>,
    > = ...

    POST https://apis.roblox.com/cloud/v2/universes/:universe_id/data-stores/:data_store_id:undelete Undelete Data Store body universe_id The universe ID. data_store_id The data-store ID. Restore the data store