Skip to content

Commit 25bfe5f

Browse files
committed
docs(api): added links to descriptions
1 parent 2cdac6f commit 25bfe5f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -610,16 +610,17 @@ components:
610610
enum:
611611
- kanon-universal-classifier
612612
- kanon-universal-classifier-mini
613-
description: The ID of the model to use for universal classification.
613+
description: The ID of the [model](https://docs.isaacus.com/models#universal-classification)
614+
to use for universal classification.
614615
examples:
615616
- kanon-universal-classifier
616617
query:
617618
type: string
618619
maxLength: 5000
619620
minLength: 1
620621
pattern: \S
621-
description: 'The Isaacus Query Language (IQL) query or, if IQL is disabled,
622-
the statement, to evaluate the text against.
622+
description: 'The [Isaacus Query Language (IQL)](https://docs.isaacus.com/iql)
623+
query or, if IQL is disabled, the statement, to evaluate the text against.
623624
624625
625626
The query must contain at least one non-whitespace character.
@@ -644,8 +645,8 @@ components:
644645
- I agree not to tell anyone about the document.
645646
is_iql:
646647
type: boolean
647-
description: Whether the query should be interpreted as an Isaacus Query
648-
Language (IQL) query or else as a statement.
648+
description: Whether the query should be interpreted as an [IQL](https://docs.isaacus.com/iql)
649+
query or else as a statement.
649650
default: true
650651
examples:
651652
- true

0 commit comments

Comments
 (0)