rozod
    Preparing search index...

    Variable postUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntriesConst Api Param Description

    postUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntries: EndpointGeneric<
        {
            id: string;
            orderedDataStore: string;
            scope: string;
            universeId: string;
        },
        { id: string; path: string; value: number },
        { value: number },
    > = ...

    POST https://apis.roblox.com/cloud/v1/universes/:universeId/orderedDataStores/:orderedDataStore/scopes/:scope/entries body universeId The identifier of the experience with ordered data stores that you want to access. See Universe ID on how to copy it on Creator Dashboard. orderedDataStore The name of the ordered data store. scope The name of the data store scope. See Scopes. id The name of the entry. Creates a new entry with the content value provided.