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

AppUpdateMetadata

    UpdateMetadata describes optional metadata about an update. Should generally mirror backend.UpdateMetadata, but we clone it in this package to add flexibility in case there is a breaking change in the backend-type.

    Properties

    • message string required
      Message is an optional message associated with the update.
    • environment map[string]string required
      Environment contains optional data from the deploying environment. e.g. the current source code control commit information.