rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdDataStoresDataStoreIdScopesScopeIdEntriesConst Api Param Description

    postCloudV2UniversesUniverseIdDataStoresDataStoreIdScopesScopeIdEntries: EndpointGeneric<
        {
            data_store_id: string;
            id?: string;
            scope_id: string;
            universe_id: string;
        },
        {
            attributes: Record<string, never>;
            createTime: string;
            etag: string;
            id: string;
            path: string;
            revisionCreateTime: string;
            revisionId: string;
            state: "STATE_UNSPECIFIED" | "ACTIVE" | "DELETED";
            users: string[];
            value: unknown;
            [key: string]: unknown;
        },
        {
            attributes: Record<string, never>;
            createTime: string;
            etag: string;
            id: string;
            path: string;
            revisionCreateTime: string;
            revisionId: string;
            state: "STATE_UNSPECIFIED" | "ACTIVE" | "DELETED";
            users: string[];
            value: unknown;
            [key: string]: unknown;
        },
    > = ...

    POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/scopes/:scope_id/entries Create Data Store Entry body universe_id The universe ID. data_store_id The data-store ID. scope_id The scope ID. id The ID to use for the data store entry, which will become the final component of the data store entry's resource path.

    This value should be a 1-50 character string. We strongly recommend using only lowercase letters, numeric digits, and hyphens. Creates an entry with the provided ID and value.

    Returns a 400 Bad Request if the entry exists.