Released Documentation
HomeSupport
  • Getting started
    • Overview
    • Concepts
    • Setup Guide
      • Installing Released
      • Embedding the Widget
      • Embedding the Page
      • Implementing User Verification
      • Changelog Description Field (optional)
  • Permissions
  • Global Settings
    • General
    • Custom domain
    • Design
    • Internal Domains
    • User Verification
  • Workspace
    • Overview
    • Dashboard
    • Changelog
      • AI Settings
      • Changelog filter
      • Creating and Managing Posts
      • Writing a Post
      • Publishing Updates
      • Templates
      • Editor
        • Images
        • Videos
        • Emojis
        • Keyboard Shortcuts
        • Categories
        • Versions
      • Filter
    • Roadmaps
    • Settings
      • General
      • Access
      • Portal
        • Page Embed
        • Widget Embed
      • Publishing
        • Confluence
        • Email
        • Jira issue links
    • Integrations
      • Framer
      • Webflow
      • Slack
      • Aura
      • Cosmos
      • Karma
      • Scroll Viewport for Confluence
  • Resources
    • AI Tips
      • Create Output in Other Languages
      • Include a Documentation Link in the Output
      • Creating Structured Output
    • Troubleshooting
      • Permissions Issues
    • How-Tos
      • Accessing Custom Fields
      • Configuring Dark Mode
      • Finding the Channel ID
      • Ensuring JavaScript Resource Stability for PCI Compliance
      • How to Open the developer console to check for errors
      • How to Apply Atlassian Marketplace App Promo Codes for Cloud
      • Configuring Content Security Policies (CSP) for Released Embeds
      • Change The Portal URL (Slug)
Powered by GitBook
On this page
  • Copy the portal ID
  • Open the browser console
  • Enter the API code
  • Reload the page
  • Need help?

Was this helpful?

  1. Resources
  2. How-Tos

Change The Portal URL (Slug)

PreviousConfiguring Content Security Policies (CSP) for Released Embeds

Last updated 24 days ago

Was this helpful?

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.