Skip to content

Commit

Permalink
Merge pull request #388 from fitztrev/cloud-eval-404
Browse files Browse the repository at this point in the history
Add 404 response for cloud eval
  • Loading branch information
ornicar authored Oct 12, 2024
2 parents 753553c + 610f429 commit 35c3a80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/specs/tags/analysis/api-cloud-eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ get:
{"moves": "e7e6 d2d4 c7c5 c2c3 b8c6 g1f3 c8d7 b1a3 c5d4 c3d4", "cp": 24}
]
}
"404":
description: The position was not found in the cloud evaluation database.
content:
application/json:
schema:
properties:
error:
type: string
example: "No cloud evaluation available for that position"

0 comments on commit 35c3a80

Please sign in to comment.