Yuri Sidorov
Yuri Sidorov
Any news on how it can be done? Having yaml /api/swagger_doc file instaed of json?
Any updates on how that can be done?
Hi, having the same with `/projects/{project_id}/goals` and `/projects/tags/{id}`. Both `{project_id}` and `{id}` are of type integer. Getting ``` Paths should resolve unambiguously. Found two ambiguous paths: `/projects/{project_id}/goals` and `/projects/tags/{id}`. ```...
@gazayas Could you please provide the output with those warnings? That would be very helpful.
Hm, mine are failing, even on a clean main branch. Weird, probably because of some previous work... Anyway, I have an idea how to get rid of those warnings, taking...
One of the warnings will stay till [this bug](https://github.com/Redocly/redocly-cli/issues/829) in Redocly will be fixed (I left the [comment](https://github.com/Redocly/redocly-cli/issues/829#issuecomment-1528849724) there).
Yep, I double-checked, — our routes are fine!
Fixed by https://github.com/bullet-train-co/bullet_train-core/pull/270 and https://github.com/bullet-train-co/bullet_train/pull/749
It didn't work for me running the script second time, but worked installing rails and then running script again: ``` gem install rails bin/configure ``` Have to notice I had...