# CommentSortByAPI

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    CommentSortByAPI:
      type: string
      enum:
        - top
        - newest
      title: CommentSortByAPI
      description: 评论排序方式
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
