elixir-cloud-aai / drs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH DRS implementation
Apache License 2.0
5 stars 8 forks source link

Implement "POST /service-info" #29

Closed uniqueg closed 3 years ago

uniqueg commented 3 years ago

Description

Compare #28 for background. This endpoint allows updating the service info on a running service.

Proposed solution

See https://github.com/elixir-cloud-aai/trs-filer/pull/40 to see how the endpoint logic should be implemented in detail. Note that the PR contains the implementation of GET /service-info as well (see #28).