rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdDataStoresDataStoreIdEntriesEntryIdConst Param

    patchCloudV2UniversesUniverseIdDataStoresDataStoreIdEntriesEntryId: EndpointGeneric<
        {
            allowMissing?: boolean;
            data_store_id: string;
            entry_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

    Updates the value, attributes, and users of an entry.

    Updating specific revisions of the entry is unsupported. If you specify a revision ID in the path and allow_missing is true, the update request will instead create a new entry with the @<revisionId> suffix as part of the key.

    Partial update is unsupported. If attributes or users are not provided when updating the value, they will be cleared. Value must always be provided when updating an entry.

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

    body universe_id The universe ID. data_store_id The data-store ID. entry_id The entry ID. allowMissing If set to true, and the data store entry is not found, a data store entry is created.