Swagger mismatches

Hello,

I am using Rasa 1.10.14. I’ve noticed that the swagger file HTTP API is not aligned with the responses get from rasa core (e.g. the specified sender_id is conversation_id, the events object has different format etc). Should we rely on the swagger documentation or is it outdated? Is there a way to generate the swagger documentation from the source code or is it manually authored?

Thank you, Gerasimos

@gerasimos the API spec comes from this file (per version of course):

i.e. it is not generated directly from source code. Please submit an issue on github for the inconsistencies you’re noticing, if you’d like to submit a PR to fix it that would also be welcome =)