rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdDataStoresDataStoreIdScopesScopeIdEntriesConst Param

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

    STABLE

    Creates an entry with the provided ID and value.

    Returns a 400 Bad Request if the entry exists.

    Scopes: universe-datastores.objects:create Engine: Not available in-engine

    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.