Stories
๐๏ธ Add stories to channel
Performs a bulk operation to assign many interactive stories to a `Channel` with a single request.
๐๏ธ Remove stories from channel
Performs a bulk operation to remove many interactive stories from a `Channel` with a single request. An interactive story cannot be removed from its root interactive `Channel`.
๐๏ธ Create interactive story
An interactive `Story` is based on `scenes` and enables an interactive video experience.
๐๏ธ List stories
Retrieves a list of available stories.
๐๏ธ Get interactive story
Retrieves an interactive `Story` and loads all linked `scenes`, plus its associated `Overlay`s and `Interaction`s.
๐๏ธ Delete interactive story
Deletes an interactive `Story` by its identifier. It will delete all linked `scenes` plus its associated `Overlay`s and `Interaction`s.
๐๏ธ Update interactive story
Updates an interactive `Story`'s name or description.
๐๏ธ Create scene
A `scene` is the main element of an interactive `Story`. A scene can be linked to `Media` sections and holds a list of `Overlay`s and `Interaction`s.
๐๏ธ Update scene
Updates a `scene` of an interactive `Story`.
๐๏ธ Delete scene
Deletes a `scene` of an interactive `Story`, which also deletes all referenced `Interaction`s and `Overlay`s.
๐๏ธ Link a section with a scene
The `Media` asset to which the `Section` belongs must be part of the interactive `Channel` of the `Story` object.
๐๏ธ Unlink a section from a scene
Removes the association between a `scene` and a `Section`. Another `Section` can be linked to this `Story` `scene` afterward.
๐๏ธ List story members
Lists all members and their roles for a `Story`.