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"
}
}