Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppCreateStackResponse

AppCreateStackResponse

    CreateStackResponse is the response from a create Stack request.

    Properties

    • messages array[AppMessage] optional
      Messages is a list of messages that should be displayed to the user.
    • severity enum optional
      Severity is the severity of the message.
      Values: warning, error, info
    • message string required
      Message is the message to display to the user.