Skip to content

Commit 5475189

Browse files
committed
style(openapi): reordered exceptions
1 parent 4e89862 commit 5475189

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-
Query too long error:
55-
summary: Query too long error
56-
value:
57-
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
58-
title: Query too long error
59-
status: 400
60-
detail: The provided query exceeds the model's maximum input length
61-
less overhead.
62-
instance: null
6354
Invalid IQL query error:
6455
summary: Invalid IQL query error
6556
value:
@@ -69,6 +60,15 @@ paths:
6960
detail: The provided query is not valid Isaacus Query Language
7061
(IQL) syntax.
7162
instance: null
63+
Query too long error:
64+
summary: Query too long error
65+
value:
66+
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
67+
title: Query too long error
68+
status: 400
69+
detail: The provided query exceeds the model's maximum input length
70+
less overhead.
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)