# UpdateCheckResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    UpdateCheckResponse:
      properties:
        latest_version:
          type: string
          title: Latest Version
          default: 1.0.0
        update_date:
          type: string
          title: Update Date
          default: '2025-03-17'
        download_url:
          type: string
          title: Download Url
          default: >-
            https://github.com/TikHub/TikHub-Multi-Functional-Downloader/releases/tag/V1.0.0
        latest_download_url_win:
          type: string
          title: Latest Download Url Win
          default: >-
            https://github.com/TikHub/TikHub-Multi-Functional-Downloader/releases/download/V1.0.0/TikHub_Downloader-Windows-1.0.0.exe
        latest_download_url_mac:
          type: string
          title: Latest Download Url Mac
          default: >-
            https://github.com/TikHub/TikHub-Multi-Functional-Downloader/archive/refs/tags/V1.0.0.zip
        upload_note:
          type: string
          title: Upload Note
          default: Bug fixes and performance improvements
      type: object
      title: UpdateCheckResponse
      x-apifox-orders:
        - latest_version
        - update_date
        - download_url
        - latest_download_url_win
        - latest_download_url_mac
        - upload_note
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
