# ChallengeSuggestRequest

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    ChallengeSuggestRequest:
      properties:
        keyword:
          type: string
          title: Keyword
          description: 关键词，如 '游戏' / Keyword, e.g., 'game'
          default: 游戏
      type: object
      title: ChallengeSuggestRequest
      x-apifox-orders:
        - keyword
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
