# 查询 MSL / MSLX 软件更新日志

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /software/changelogs:
    get:
      summary: 查询 MSL / MSLX 软件更新日志
      deprecated: false
      description: ''
      tags:
        - MSL本体
      parameters:
        - name: software
          in: query
          description: 支持 MSL/MSLX/MSLX-Desktop
          required: false
          example: MSL
          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: []
          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-429587263-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
