mbari-org / annosaurus

Service for storing and retrieving video/image annotations from VARS
https://docs.mbari.org/annosaurus/
Apache License 2.0
1 stars 1 forks source link

Verify the form of `v1/association/toconcept/rename`. Is it a query only or does it have body? #34

Closed hohonuuli closed 8 months ago

hohonuuli commented 8 months ago

See ObservationEndpoints.renameConcept for an example

hohonuuli commented 8 months ago

Confirmed that it was originally written as a form body with fields: old and new for both observation and association. In tapir, I set it as query params so I'll need to redo that using the RenameConcept dto objects instead.