Interface iUpdateApplicationPayload

interface iUpdateApplicationPayload {
    applicationId: string;
    metadata: iMetadataWithoutInternals<NumberType>;
    pages: iApplicationPage<NumberType>[];
}

Properties

applicationId: string

The application ID to update

The overall metadata for the application

The pages in the application

MMNEPVFCICPMFPCPTTAAATR