rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesConst Param

    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 },
    > = ...

    STABLE

    Creates an entry with the provided ID and value.

    Returns a 400 Bad Request if the entry exists.

    Scopes: universe.ordered-data-store.scope.entry:write Engine: Not available in-engine

    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.