Update story metadata
PUT https://api.chatbot.com/v2/stories/:storyId
Properties
Property | Type | Description |
---|---|---|
name | String | Story name. String(1, 1024) |
description | String | Optional. Story description. String(0, 2048) |
Request Body
{"name"=>"New story name", "description"=>"Different story description"}