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:
parent
e31f95e447
commit
90f9ac3eb9
@ -26,6 +26,7 @@ class Story(base.BaseObject):
|
||||
creator_id = None
|
||||
status = None
|
||||
tags = None
|
||||
story_type_id = None
|
||||
|
||||
tasks = tasks.TasksNestedManager
|
||||
comments = timeline.CommentsNestedManager
|
||||
|
Loading…
x
Reference in New Issue
Block a user