Tag Generation
Tag generation is the action of creating tags identifiers using Aton's algorithm. This operation must ensure that each tag is unique such that the item the tag is associated with can be uniquely identified.
📄️ listGenerations
Returns the list of tag generations.
📄️ createGeneration
Creates a generation of tags. The id field should be set to the **empty string**.
📄️ getGeneration
Gets the detail of the generation with the provided id.
📄️ updateGeneration
[Update](https://jsonapi.org/format/#crud-updating) a Generation.
📄️ getGenerationFile
Downloads a text file with all the tags that belongs to the generation with the given id.
📄️ listSeries
Returns the list of the series associated to tags.