I was copying the endpoint for updating a user attribute and noticed the endpoint had an extra /
in it after /api/v2/
. Since it seems to be an issue w every endpoint/page I'd guess the base uri is being stored as /api/v2/
and the endpoint as /....
resulting in the concatenation adding an extra /
edit:
I just noticed the Retool API Documentation
link on the API main page links to /reference/api-ref
and gets forwarded to /reference/api/v2
.... it ends in refreshing the page, i wasn't sure if that was on purpose or if it was suppose to go to the how-to guide or something.
edit 2:
the Download button seen above doesn't download, it does open the spec in a new tab which u can save/download tho