Change The Portal URL (Slug)

Currently the portal URL can only be updated via the API. The easies way to do so is via the browser console.

Here are the steps you'll need to take:

1

Copy the portal ID

Navigate to you workspace Dashboard.

Copy the portal ID from the URL toolbar. It's a 32 character string at the end of the URL, right after portal/ .

2

Open the browser console

You can find instructions on how to open the browser console here.

3

Enter the API code

In the console, enter the following code.

apiFetch('/internal/api/stream/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', { method: 'PATCH', body: JSON.stringify({ slug: 'newslug' }) })

Please replace the ID placeholder marked with "x" and insert the "new slug"

Hit Enter to execute the call.

4

Reload the page

Reload the dashboard and you see the updates slug in the portal URL in the top.

Need help?

Feel free to schedule a 15 minute call and we will help assist you with the renaming.

Last updated

Was this helpful?