You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/openapi/openapi3_v2.yaml
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7103,12 +7103,6 @@ paths:
7103
7103
- Homo sapiens
7104
7104
- Mus musculus
7105
7105
summary: Scientific Name
7106
-
- name: specified_limit
7107
-
description: 'Limit to specified species'
7108
-
in: query
7109
-
required: false
7110
-
schema:
7111
-
type: boolean
7112
7106
- name: rank_limits
7113
7107
description: 'Limit to the provided ranks. If empty, accept any rank.'
7114
7108
in: query
@@ -7117,6 +7111,12 @@ paths:
7117
7111
type: array
7118
7112
items:
7119
7113
$ref: '#/components/schemas/v2reportsRankType'
7114
+
- name: include_incertae_sedis
7115
+
description: 'Include nodes with ranks not in ''rank_limits'' if their names meet criteria for incertae sedis (of unknown origin).'
7116
+
in: query
7117
+
required: false
7118
+
schema:
7119
+
type: boolean
7120
7120
/taxonomy/filtered_subtree:
7121
7121
post:
7122
7122
summary: Use taxonomic identifiers to get a filtered taxonomic subtree by post
@@ -10756,6 +10756,9 @@ components:
10756
10756
type: array
10757
10757
items:
10758
10758
$ref: '#/components/schemas/v2reportsRankType'
10759
+
include_incertae_sedis:
10760
+
type: boolean
10761
+
title: 'Include nodes with ranks not in ''rank_limits'' if their names meet criteria for incertae sedis (of unknown origin).'
10759
10762
v2TaxonomyFilteredSubtreeResponse:
10760
10763
type: object
10761
10764
properties:
@@ -13737,8 +13740,9 @@ components:
13737
13740
- UNSPECIFIED
13738
13741
- HAS_MORE_CHILDREN
13739
13742
- NO_VISIBLE_CHILDREN
13743
+
- ONLY_UNSPECIFIED_CHILDREN
13740
13744
default: UNSPECIFIED
13741
-
title: 'If these are changed before v1 is retired, code that converts v2 to v1 responses in python/private/src/ncbi_private/datasets/services/taxonomy/v1/dataset.py may need to be updated.'
13745
+
title: 'HAS_MORE_CHILDREN means there are children of a valid rank that are not unspecified NO_VISIBLE_CHILDREN means there are no children at all, not even unspecified children ONLY_UNSPECIFIED_CHILDREN Means that there are children, but those children are all unspecified (e.g. environmental samples)'
Copy file name to clipboardExpand all lines: datasets.openapi.yaml
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7103,12 +7103,6 @@ paths:
7103
7103
- Homo sapiens
7104
7104
- Mus musculus
7105
7105
summary: Scientific Name
7106
-
- name: specified_limit
7107
-
description: 'Limit to specified species'
7108
-
in: query
7109
-
required: false
7110
-
schema:
7111
-
type: boolean
7112
7106
- name: rank_limits
7113
7107
description: 'Limit to the provided ranks. If empty, accept any rank.'
7114
7108
in: query
@@ -7117,6 +7111,12 @@ paths:
7117
7111
type: array
7118
7112
items:
7119
7113
$ref: '#/components/schemas/v2reportsRankType'
7114
+
- name: include_incertae_sedis
7115
+
description: 'Include nodes with ranks not in ''rank_limits'' if their names meet criteria for incertae sedis (of unknown origin).'
7116
+
in: query
7117
+
required: false
7118
+
schema:
7119
+
type: boolean
7120
7120
/taxonomy/filtered_subtree:
7121
7121
post:
7122
7122
summary: Use taxonomic identifiers to get a filtered taxonomic subtree by post
@@ -10756,6 +10756,9 @@ components:
10756
10756
type: array
10757
10757
items:
10758
10758
$ref: '#/components/schemas/v2reportsRankType'
10759
+
include_incertae_sedis:
10760
+
type: boolean
10761
+
title: 'Include nodes with ranks not in ''rank_limits'' if their names meet criteria for incertae sedis (of unknown origin).'
10759
10762
v2TaxonomyFilteredSubtreeResponse:
10760
10763
type: object
10761
10764
properties:
@@ -13737,8 +13740,9 @@ components:
13737
13740
- UNSPECIFIED
13738
13741
- HAS_MORE_CHILDREN
13739
13742
- NO_VISIBLE_CHILDREN
13743
+
- ONLY_UNSPECIFIED_CHILDREN
13740
13744
default: UNSPECIFIED
13741
-
title: 'If these are changed before v1 is retired, code that converts v2 to v1 responses in python/private/src/ncbi_private/datasets/services/taxonomy/v1/dataset.py may need to be updated.'
13745
+
title: 'HAS_MORE_CHILDREN means there are children of a valid rank that are not unspecified NO_VISIBLE_CHILDREN means there are no children at all, not even unspecified children ONLY_UNSPECIFIED_CHILDREN Means that there are children, but those children are all unspecified (e.g. environmental samples)'
0 commit comments