Skip to content

Commit 8521406

Browse files
committed
docs(api): moved api reference docs' location
1 parent 302e725 commit 8521406

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

openapi.yaml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ paths:
4646
Validation error:
4747
summary: Validation error
4848
value:
49-
type: https://docs.isaacus.com/api/errors#400-validation-error
49+
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
5050
title: Validation error
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/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:
66-
type: https://docs.isaacus.com/api/errors#400-validation-error
57+
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
6758
title: Invalid IQL query error
6859
status: 400
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.
@@ -80,7 +80,7 @@ paths:
8080
Unauthorized API key error:
8181
summary: Unauthorized API key error
8282
value:
83-
type: https://docs.isaacus.com/api/errors#401-not-authenticated
83+
type: https://docs.isaacus.com/api-reference/errors#401-not-authenticated
8484
title: Unauthorized API key error
8585
status: 401
8686
detail: The API key you provided does not exist, is expired or
@@ -89,7 +89,7 @@ paths:
8989
Incorrect API key error:
9090
summary: Incorrect API key error
9191
value:
92-
type: https://docs.isaacus.com/api/errors#401-not-authenticated
92+
type: https://docs.isaacus.com/api-reference/errors#401-not-authenticated
9393
title: Incorrect API key error
9494
status: 401
9595
detail: The API key you provided does not exist or is expired
@@ -106,7 +106,7 @@ paths:
106106
Account overdue error:
107107
summary: Account overdue error
108108
value:
109-
type: https://docs.isaacus.com/api/errors#402-payment-required
109+
type: https://docs.isaacus.com/api-reference/errors#402-payment-required
110110
title: Account overdue error
111111
status: 402
112112
detail: Your account is overdue, please pay any outstanding invoices
@@ -122,15 +122,15 @@ paths:
122122
Access forbidden error:
123123
summary: Access forbidden error
124124
value:
125-
type: https://docs.isaacus.com/api/errors#403-access-forbidden
125+
type: https://docs.isaacus.com/api-reference/errors#403-access-forbidden
126126
title: Access forbidden error
127127
status: 403
128128
detail: You are not allowed to access this resource.
129129
instance: null
130130
No subscription error:
131131
summary: No subscription error
132132
value:
133-
type: https://docs.isaacus.com/api/errors#403-access-forbidden
133+
type: https://docs.isaacus.com/api-reference/errors#403-access-forbidden
134134
title: No subscription error
135135
status: 403
136136
detail: You do not have an active subscription to our zero-flat
@@ -147,7 +147,7 @@ paths:
147147
Request too large error:
148148
summary: Request too large error
149149
value:
150-
type: https://docs.isaacus.com/api/errors#413-request-too-large
150+
type: https://docs.isaacus.com/api-reference/errors#413-request-too-large
151151
title: Request too large error
152152
status: 413
153153
detail: The request is larger than the server is willing or able
@@ -163,15 +163,15 @@ paths:
163163
Internal server error:
164164
summary: Internal server error
165165
value:
166-
type: https://docs.isaacus.com/api/errors#500-internal-server-error
166+
type: https://docs.isaacus.com/api-reference/errors#500-internal-server-error
167167
title: Internal server error
168168
status: 500
169169
detail: An unexpected error occurred while processing the request.
170170
instance: null
171171
Chunking timeout error:
172172
summary: Chunking timeout error
173173
value:
174-
type: https://docs.isaacus.com/api/errors#500-internal-server-error
174+
type: https://docs.isaacus.com/api-reference/errors#500-internal-server-error
175175
title: Chunking timeout error
176176
status: 500
177177
detail: Chunking timed out. Did you try to chunk a very large
@@ -187,9 +187,9 @@ components:
187187
type: string
188188
minLength: 1
189189
description: A URI reference that identifies the problem type.
190-
default: https://docs.isaacus.com/api/errors#403-access-forbidden
190+
default: https://docs.isaacus.com/api-reference/errors#403-access-forbidden
191191
examples:
192-
- https://docs.isaacus.com/api/errors#403-access-forbidden
192+
- https://docs.isaacus.com/api-reference/errors#403-access-forbidden
193193
title:
194194
type: string
195195
minLength: 1
@@ -236,7 +236,7 @@ components:
236236
title: Access forbidden error
237237
description: An RFC 7807 problem detail object.
238238
examples:
239-
- type: https://docs.isaacus.com/api/errors#403-access-forbidden
239+
- type: https://docs.isaacus.com/api-reference/errors#403-access-forbidden
240240
title: Access forbidden error
241241
status: 403
242242
detail: You are not allowed to access this resource.
@@ -247,9 +247,9 @@ components:
247247
type: string
248248
minLength: 1
249249
description: A URI reference that identifies the problem type.
250-
default: https://docs.isaacus.com/api/errors#402-payment-required
250+
default: https://docs.isaacus.com/api-reference/errors#402-payment-required
251251
examples:
252-
- https://docs.isaacus.com/api/errors#402-payment-required
252+
- https://docs.isaacus.com/api-reference/errors#402-payment-required
253253
title:
254254
type: string
255255
minLength: 1
@@ -299,7 +299,7 @@ components:
299299
title: Account overdue error
300300
description: An RFC 7807 problem detail object.
301301
examples:
302-
- type: https://docs.isaacus.com/api/errors#402-payment-required
302+
- type: https://docs.isaacus.com/api-reference/errors#402-payment-required
303303
title: Account overdue error
304304
status: 402
305305
detail: Your account is overdue, please pay any outstanding invoices to continue
@@ -380,9 +380,9 @@ components:
380380
type: string
381381
minLength: 1
382382
description: A URI reference that identifies the problem type.
383-
default: https://docs.isaacus.com/api/errors#500-internal-server-error
383+
default: https://docs.isaacus.com/api-reference/errors#500-internal-server-error
384384
examples:
385-
- https://docs.isaacus.com/api/errors#500-internal-server-error
385+
- https://docs.isaacus.com/api-reference/errors#500-internal-server-error
386386
title:
387387
type: string
388388
minLength: 1
@@ -429,7 +429,7 @@ components:
429429
title: Internal server error
430430
description: An RFC 7807 problem detail object.
431431
examples:
432-
- type: https://docs.isaacus.com/api/errors#500-internal-server-error
432+
- type: https://docs.isaacus.com/api-reference/errors#500-internal-server-error
433433
title: Internal server error
434434
status: 500
435435
detail: An unexpected error occurred while processing the request.
@@ -440,9 +440,9 @@ components:
440440
type: string
441441
minLength: 1
442442
description: A URI reference that identifies the problem type.
443-
default: https://docs.isaacus.com/api/errors#413-request-too-large
443+
default: https://docs.isaacus.com/api-reference/errors#413-request-too-large
444444
examples:
445-
- https://docs.isaacus.com/api/errors#413-request-too-large
445+
- https://docs.isaacus.com/api-reference/errors#413-request-too-large
446446
title:
447447
type: string
448448
minLength: 1
@@ -489,7 +489,7 @@ components:
489489
title: Request too large error
490490
description: An RFC 7807 problem detail object.
491491
examples:
492-
- type: https://docs.isaacus.com/api/errors#413-request-too-large
492+
- type: https://docs.isaacus.com/api-reference/errors#413-request-too-large
493493
title: Request too large error
494494
status: 413
495495
detail: The request is larger than the server is willing or able to process.
@@ -500,9 +500,9 @@ components:
500500
type: string
501501
minLength: 1
502502
description: A URI reference that identifies the problem type.
503-
default: https://docs.isaacus.com/api/errors#401-not-authenticated
503+
default: https://docs.isaacus.com/api-reference/errors#401-not-authenticated
504504
examples:
505-
- https://docs.isaacus.com/api/errors#401-not-authenticated
505+
- https://docs.isaacus.com/api-reference/errors#401-not-authenticated
506506
title:
507507
type: string
508508
minLength: 1
@@ -552,7 +552,7 @@ components:
552552
title: Unauthorized API key error
553553
description: An RFC 7807 problem detail object.
554554
examples:
555-
- type: https://docs.isaacus.com/api/errors#401-not-authenticated
555+
- type: https://docs.isaacus.com/api-reference/errors#401-not-authenticated
556556
title: Unauthorized API key error
557557
status: 401
558558
detail: The API key you provided does not exist, is expired or revoked, or
@@ -775,9 +775,9 @@ components:
775775
type: string
776776
minLength: 1
777777
description: A URI reference that identifies the problem type.
778-
default: https://docs.isaacus.com/api/errors#400-validation-error
778+
default: https://docs.isaacus.com/api-reference/errors#400-validation-error
779779
examples:
780-
- https://docs.isaacus.com/api/errors#400-validation-error
780+
- https://docs.isaacus.com/api-reference/errors#400-validation-error
781781
title:
782782
type: string
783783
minLength: 1
@@ -824,7 +824,7 @@ components:
824824
title: Validation error
825825
description: An RFC 7807 problem detail object.
826826
examples:
827-
- type: https://docs.isaacus.com/api/errors#400-validation-error
827+
- type: https://docs.isaacus.com/api-reference/errors#400-validation-error
828828
title: Validation error
829829
status: 400
830830
detail: The request was invalid or could not be processed.
@@ -842,5 +842,5 @@ tags:
842842
- name: Classifications
843843
description: Classify legal documents with Isaacus legal AI classifiers.
844844
externalDocs:
845-
url: https://docs.isaacus.com/api
845+
url: https://docs.isaacus.com/api-reference
846846
description: Reference documentation for the Isaacus API.

0 commit comments

Comments
 (0)