Typescript SDK Type Docs
    Preparing search index...

    Interface ApplicationUpdateActions

    Update actions for Applications.

    interface ApplicationUpdateActions {
        actions: ApplicationUpdateAction[];
        version: number;
    }
    Index

    Properties

    Properties

    Update actions to be performed on the Application.

    version: number

    Expected version of the Application on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.