Generated operationId can start with number breaking many openapi generators
Closed this issue · 1 comments
Loeffeldude commented
When not providing an operationId a random UUID is generated and cut off.
django-ninja-extra/ninja_extra/controllers/base.py
Lines 450 to 453 in f12eaeb
This UUID can beginn with a number which is not an valid type name in, for instance typescript type or a valid method name in PHP.
It would be ideal to guarantee that the randomly generated string starts with a letter.
eadwinCode commented
@Loeffeldude will fix this shortly