Reread of API files

I changed the location of some API's now when I do a query, the location of the API's is the same as before. How to reread the locations of the API's?

You changed them in Workflows and you're getting errors from the APIs on your pages?

image

If yes, then you need to go to each page and update the references either by updating directly in code view the URL or by updating the Action field on the server connects.

<dmx-serverconnect id="currentUser2" url="/api/v1/auth/currentUser" credentials="true"></dmx-serverconnect>

image