populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Analysis update endpoint doesn't allow updating `active` #795

Open dancoates opened 2 months ago

dancoates commented 2 months ago

The AnalysisUpdateModel specifies that active is a valid param to pass through but it isn't sent on to the layer or table methods:

https://github.com/populationgenomics/metamist/blob/dev/api/routes/analysis.py#L136