# 下载 MSL / MSLX 更新

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /download/update:
    get:
      summary: 下载 MSL / MSLX 更新
      deprecated: false
      description: ''
      tags:
        - MSL本体
      parameters:
        - name: software
          in: query
          description: 支持：MSL / MSLX / MSLX-Desktop
          required: false
          example: MSLX
          schema:
            type: string
        - name: arch
          in: query
          description: 支持：x64 / arm64
          required: false
          example: x64
          schema:
            type: string
        - name: system
          in: query
          description: 支持：Windows / Linux / macOS
          required: false
          example: Windows
          schema:
            type: string
        - name: variant
          in: query
          description: glibc/musl
          required: false
          example: glibc
          schema:
            type: string
        - name: User-Agent
          in: header
          description: ''
          example: MSL API Test
          schema:
            type: string
            default: MSL API Test
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apifox-orders: []
              examples:
                '1':
                  summary: 查询MSLX下载地址
                  value:
                    code: 200
                    message: ''
                    data:
                      web: https://mslx.mslmc.cn/docs/install/start/
                      file: >-
                        https://files.mslmc.cn/d/MSLX-Release/v1.1.0/MSLX-Daemon_v1.1.0_win-x64.zip?sign=Da0B1aba9bPHgGhwnLdYdAm5W1d-6QNaYgKZQcBoiCQ=:0
                      version: 1.1.0
                '2':
                  summary: 查询MSL下载地址
                  value:
                    code: 200
                    message: ''
                    data: >-
                      https://files.mslmc.cn/d/MSL/MSLv3.7.3.1.exe?sign=OLL36wcdzq8KfOMoSX9r1f-wd617pF-eNFah50nk238=:0
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: MSL本体
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/7956474/apis/api-429587261-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
