rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesConst Api Param Description

    postCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntries: EndpointGeneric<
        {
            id?: string;
            ordered_data_store_id: string;
            scope_id: string;
            universe_id: string;
        },
        { id: string; path: string; value: number },
        { id: string; path: string; value: number },
    > = ...

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

    This value should be A 1-63 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.