specify / specify7

Specify 7
https://www.specifysoftware.org/products/specify-7/
GNU General Public License v2.0
66 stars 36 forks source link

API does not support removing data set mapping #1782

Closed maxpatiiuk closed 2 years ago

maxpatiiuk commented 2 years ago

It becomes useful to remove a mapping from an existing data set for debugging purposes.

However, the /api/workbench/dataset/<id>/ endpoint shows the following error message when sending a POST request with this body: {uploadplan: null}:

upload plan is invalid: None is not of type 'object' Failed validating 'type' in schema: 
...
maxpatiiuk commented 2 years ago

Confirmed fixed