Skip to content

Commit

Permalink
specify query params for new apiPuzzleNext endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 28, 2024
1 parent 6b0295e commit 88c59ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/specs/tags/puzzles/api-puzzle-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ get:
security:
- OAuth2: ["puzzle:read"]
parameters:
- in: path
- in: query
name: angle
required: false
description: |
Expand All @@ -21,7 +21,7 @@ get:
Available themes are listed in [the lichess source code](https://github.com/lichess-org/lila/blob/master/modules/puzzle/src/main/PuzzleTheme.scala).
schema:
type: string
- in: path
- in: query
name: difficulty
required: false
description: The desired puzzle difficulty, relative to the authenticated user puzzle rating, or 1500 if anonymous.
Expand Down

0 comments on commit 88c59ca

Please sign in to comment.