Skip to content

Commit 0591a07

Browse files
committed
change example for taxonomy
1 parent 5f41970 commit 0591a07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi_server/openapi/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ paths:
239239
operationId: list_concepts
240240
parameters:
241241
- description: The taxonomy
242-
example: foo
242+
example: concept
243243
explode: false
244244
in: path
245245
name: taxonomy
@@ -2797,7 +2797,7 @@ components:
27972797
style: form
27982798
taxonomy:
27992799
description: The taxonomy
2800-
example: foo
2800+
example: concept
28012801
explode: false
28022802
in: path
28032803
name: taxonomy

openapi_spec/graphsense.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ components:
10621062
schema:
10631063
type: string
10641064
description: The taxonomy
1065-
example: foo
1065+
example: concept
10661066
search_query:
10671067
in: query
10681068
name: q

0 commit comments

Comments
 (0)