Skip to content

Commit 011cc05

Browse files
authored
Merge pull request #526 from ncbi/release/v18.7.0
Release updated docs for v18.7.0
2 parents 35695a9 + 7f93531 commit 011cc05

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

client/openapi/openapi3_v2.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7103,12 +7103,6 @@ paths:
71037103
- Homo sapiens
71047104
- Mus musculus
71057105
summary: Scientific Name
7106-
- name: specified_limit
7107-
description: 'Limit to specified species'
7108-
in: query
7109-
required: false
7110-
schema:
7111-
type: boolean
71127106
- name: rank_limits
71137107
description: 'Limit to the provided ranks. If empty, accept any rank.'
71147108
in: query
@@ -7117,6 +7111,12 @@ paths:
71177111
type: array
71187112
items:
71197113
$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
71207120
/taxonomy/filtered_subtree:
71217121
post:
71227122
summary: Use taxonomic identifiers to get a filtered taxonomic subtree by post
@@ -10756,6 +10756,9 @@ components:
1075610756
type: array
1075710757
items:
1075810758
$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).'
1075910762
v2TaxonomyFilteredSubtreeResponse:
1076010763
type: object
1076110764
properties:
@@ -13737,8 +13740,9 @@ components:
1373713740
- UNSPECIFIED
1373813741
- HAS_MORE_CHILDREN
1373913742
- NO_VISIBLE_CHILDREN
13743+
- ONLY_UNSPECIFIED_CHILDREN
1374013744
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)'
1374213746

1374313747
v2TaxonomyMetadataRequestContentType:
1374413748
type: string

datasets.openapi.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7103,12 +7103,6 @@ paths:
71037103
- Homo sapiens
71047104
- Mus musculus
71057105
summary: Scientific Name
7106-
- name: specified_limit
7107-
description: 'Limit to specified species'
7108-
in: query
7109-
required: false
7110-
schema:
7111-
type: boolean
71127106
- name: rank_limits
71137107
description: 'Limit to the provided ranks. If empty, accept any rank.'
71147108
in: query
@@ -7117,6 +7111,12 @@ paths:
71177111
type: array
71187112
items:
71197113
$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
71207120
/taxonomy/filtered_subtree:
71217121
post:
71227122
summary: Use taxonomic identifiers to get a filtered taxonomic subtree by post
@@ -10756,6 +10756,9 @@ components:
1075610756
type: array
1075710757
items:
1075810758
$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).'
1075910762
v2TaxonomyFilteredSubtreeResponse:
1076010763
type: object
1076110764
properties:
@@ -13737,8 +13740,9 @@ components:
1373713740
- UNSPECIFIED
1373813741
- HAS_MORE_CHILDREN
1373913742
- NO_VISIBLE_CHILDREN
13743+
- ONLY_UNSPECIFIED_CHILDREN
1374013744
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)'
1374213746

1374313747
v2TaxonomyMetadataRequestContentType:
1374413748
type: string

0 commit comments

Comments
 (0)