I added a data type (deallist
) and deployed it. It shows up in the swagger definitions, but not in the paths.
Check to make sure you’re exposing the deallisting data type in your Settings> API page.
When you add any new type you should explicitly go to the API page to expose it.
Your might be seeing the definition because other types may be referencing it.
But if you haven’t exposed it then it will not be included in your endpoint paths
That was it! Thank you.