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:
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/ .
portal/
You can find instructions on how to open the browser console here.
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.
Reload the dashboard and you see the updates slug in the portal URL in the top.
Feel free to schedule a 15 minute callarrow-up-right and we will help assist you with the renaming.
Last updated 8 months ago
Was this helpful?