SaveScanParams

  • scanData
    Type: object · SaveScanData
    required
    • favorite
      Type: boolean
      required

      Whether this scan is favorited

    • group
      Type: string | null
      required

      Optional group this scan belongs to

    • leviathan_id
      Type: number | null
      required

      ID of the leviathan scan configuration used

    • name
      Type: string
      required

      Name of the saved scan

    • notes
      Type: string | null
      max length:  
      4000

      Free-text notes attached to the saved scan. Omit to leave existing notes unchanged; send null or an empty string to clear them. Never sent to the scanner backend.

    • payload

      Scanner payload/instructions

  • tags
    Type: array object[]

    Optional tags to attach to the saved scan

    • tag_color
      Type: string
      required
    • tag_name
      Type: string
      required
    • user
      Type: string
      required