Skip to content

Commit

Permalink
Add genes corpus to API docs. (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Sep 20, 2022
1 parent 7a92ce2 commit 271d39b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/swaggerDocs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ paths:
format: IRI
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: true
type: string
responses:
Expand All @@ -770,7 +770,7 @@ paths:
format: IRI
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: true
type: string
responses:
Expand All @@ -790,7 +790,7 @@ paths:
parameters:
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: true
type: string
responses:
Expand Down Expand Up @@ -849,7 +849,7 @@ paths:
format: JSON
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: false
type: string
responses:
Expand Down Expand Up @@ -888,7 +888,7 @@ paths:
format: JSON
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: false
type: string
responses:
Expand Down Expand Up @@ -925,7 +925,7 @@ paths:
type: string
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: false
type: string
responses:
Expand Down Expand Up @@ -958,7 +958,7 @@ paths:
type: string
- name: corpus
in: formData
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: false
type: string
responses:
Expand Down Expand Up @@ -990,7 +990,7 @@ paths:
type: string
- name: corpus
in: query
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: true
type: string
- name: type
Expand Down Expand Up @@ -1021,7 +1021,7 @@ paths:
type: string
- name: corpus
in: formData
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', and 'states'.
description: Name of corpus of items to count. A corpus is a particular type of item that can be associated with phenotypes. Allowed values are 'annotated-taxa', 'taxon-variation', 'states', and 'genes'.
required: true
type: string
- name: type
Expand Down

0 comments on commit 271d39b

Please sign in to comment.