-
-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Description
I'm currently writing a script to automatically create storyboards from my own datasets and fill them with custom information using the REST API. One thing I noticed is that there is currently not a lot to configure for the stories. The REST API only allows creating a naked story on the board, but you apparently can't configure it using the API. This is a bit sad of course because it means, I still have to manually configure all those stories in the web interface :')
Describe the solution you'd like
Data for a story should be configurable via the REST API. I think the most logical way to do this would be passing this data in the POST /storyboards/{storyboardId}/stories endpoint.
Adding an option to change a story would also make sense to me. Since stories already have IDs, I could see something like PUT /storyboards/{storyboardId}/stories/{storyId} or similar work.
Describe alternatives you've considered
No response