1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppStartUpdateResponse

AppStartUpdateResponse

    StartUpdateResponse is the result of the command to start an update.

    Properties

    • version integer required
      Version is the version of the program once the update is complete. (Will be the current, unchanged value for previews.)
    • token string optional
      Token is the lease token (if any) to be used to authorize operations on this update.
    • tokenExpiration integer optional
      TokenExpiration is a UNIX timestamp by which the token will expire.
    • journalVersion integer optional
      JournalVersion indicates the maximum version of journal entries that should be sent to the server. Is expected to be less or equal than the JournalVersion we sent in the update request. If 0, journaling is disabled.