Skip to content

Commit

Permalink
Merge pull request #89 from wmak/master
Browse files Browse the repository at this point in the history
Adding `id` as part of the detail
  • Loading branch information
bartek committed Jan 25, 2018
2 parents b4e1062 + b684960 commit 23dba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapipy/resources/dossier/details.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __repr__(self):


class DossierDetail(BaseModel):
_as_is_fields = ['body']
_as_is_fields = ['id', 'body']

_model_fields = [
('detail_type', DossierDetailType),
Expand Down

0 comments on commit 23dba5e

Please sign in to comment.