Add story_type_id to stories
Now users will get the story_type_id as part of the request Change-Id: Ifaaa6852a595286e683f63b542684c4c92286328
This commit is contained in:
@@ -26,6 +26,7 @@ class Story(base.BaseObject):
|
|||||||
creator_id = None
|
creator_id = None
|
||||||
status = None
|
status = None
|
||||||
tags = None
|
tags = None
|
||||||
|
story_type_id = None
|
||||||
|
|
||||||
tasks = tasks.TasksNestedManager
|
tasks = tasks.TasksNestedManager
|
||||||
comments = timeline.CommentsNestedManager
|
comments = timeline.CommentsNestedManager
|
||||||
|
|||||||
Reference in New Issue
Block a user