Adjust API Endpoints for Task Links

This should enable API support for links to resources related to tasks.

Change-Id: I91cf3c877d717abfa25983d64ea03ead393f4816
This commit is contained in:
Zara
2016-02-09 13:34:50 +00:00
parent 825001cc2d
commit 699731bcd0
2 changed files with 11 additions and 4 deletions

View File

@@ -205,6 +205,9 @@ class Task(base.APIBase):
story_id = int
"""The ID of the corresponding Story."""
link = wtypes.text
"""A related resource for this task."""
project_id = int
"""The ID of the corresponding Project."""