Skip to content

Commit

Permalink
rest: Update REST API version to 2.8.0 and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jun 24, 2024
1 parent 393cd51 commit 1df06a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gemma-rest/src/main/resources/openapi-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resourcePackages:
openAPI:
info:
title: Gemma RESTful API
version: 2.7.6
version: 2.8.0
description: |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find
example script usage of the API, as well as graphical interface for each endpoint, with description of its
Expand Down
10 changes: 10 additions & 0 deletions gemma-rest/src/main/resources/restapidocs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Updates

### Update 2.8.0

- add `getAnnotationsParents` and `getAnnotationsChildren` endpoint to perform the exact same ontology inference we use
for searching datasets
- add `getDatasetsDifferentialExpressionAnalysisResultsForGene`
and `getDatasetsDifferentialExpressionAnalysisResultsForGeneInTaxon` endpoints for retrieving differential expression
analysis results for a given gene across all datasets matching typical filters and full-text query
- improve descriptions of various parameters that accept identifiers
- allow a quantitation type name to be used when retrieving raw vectors

### Update 2.7.6

- add build information to the root and to individual error responses
Expand Down

0 comments on commit 1df06a7

Please sign in to comment.