I’m building out my app in Dropsource.
I’ve created a new Bubble data type.
I’ve published the app to live, but the new swagger file does not include my new data type as an obj/
available via Get
. I created an endpoint that calls the new data type, but it seems as though workflows are only available via post
. When I did that, the new data type was listed in the swagger definitions.
Thanks for your help.