Skip to content

Commit

Permalink
Add 404 response for cloud eval
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 12, 2024
1 parent 753553c commit 610f429
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 610f429

Please sign in to comment.