tator
tator copied to clipboard
Changelog generation missing for some operation
For example, in main/rest/state.py
, the MergeStatesAPI
and TrimStateEndAPI
endpoints don't create changelogs for their operations. Go through all of the endpoint/method combinations, identify the ones missing changelog generation, determine which ones need it, and implement a fix.