Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content
  • Section titled Real path added to Content Delivery API Real path added to Content Delivery API

    Changes in: api

    Many of you asked about having the Real Path added in the Story object so you can use that to generate your routes. Be aware that this path currently can't be filter as its purpose is to change the path in Storyblok itself. However, for those of you who want to use that property outside the management API can now do that!

    {
      "story": {
        "name": 
        ...,
        "path":"your_real_path_value"
      }
    }