We have come across a situation where we had a schema definition that got updated over time so we had versions [1, 2]. After some time it was decided to revert to the original schema definition.
When I repost the new schema definition (using the api) it does not create a new version which is acceptable since this is identical to version[1]. Yet, getting the latest version of the schema using the api call https://{{avro_uri}}/subjects/<subject_name>/versions/latest does not return the expected definition but is returning version[2]
Using the api is there any way of specifying that the latest is now [1] ?