Skip to content

Commit

Permalink
Add todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed Oct 9, 2024
1 parent a3e3562 commit 0b31ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timesketch/api/v1/resources/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ def post(self):
return self.to_json(searchindex, status_code=HTTP_STATUS_CODE_CREATED)


# TODO(Issue 3200): Research more efficient ways to gather unique fields.
class TimelineFieldsResource(resources.ResourceMixin, Resource):
"""Resource to retrieve unique fields present in a timeline.
Expand Down

0 comments on commit 0b31ca7

Please sign in to comment.