Skip to content

Commit d9d5e93

Browse files
committed
docs(api): resorted errors
1 parent 6c3988c commit d9d5e93

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

openapi.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ paths:
5151
status: 400
5252
detail: The request was invalid or could not be processed.
5353
instance: null
54-
Invalid IQL query error:
55-
summary: Invalid IQL query error
56-
value:
57-
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
58-
title: Invalid IQL query error
59-
status: 400
60-
detail: The provided query is not valid Isaacus Query Language
61-
(IQL) syntax.
62-
instance: null
6354
Query too long error:
6455
summary: Query too long error
6556
value:
@@ -69,6 +60,15 @@ paths:
6960
detail: The provided query exceeds the model's maximum input length
7061
less overhead.
7162
instance: null
63+
Invalid IQL query error:
64+
summary: Invalid IQL query error
65+
value:
66+
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
67+
title: Invalid IQL query error
68+
status: 400
69+
detail: The provided query is not valid Isaacus Query Language
70+
(IQL) syntax.
71+
instance: null
7272
'401':
7373
description: The API key you provided does not exist, is expired or revoked,
7474
or is not authorized to access this resource.

0 commit comments

Comments
 (0)