Skip to content

Commit

Permalink
Merge pull request #48 from uhlikfil/main
Browse files Browse the repository at this point in the history
feat(models): add token_lifetime_s attribute to hook model
  • Loading branch information
lbenka authored Aug 11, 2023
2 parents e77e1cd + f75dcfd commit ae35fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rossum_api/models/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ class Hook:
extension_source: str = "custom"
sideload: List[str] = field(default_factory=list)
token_owner: Optional[str] = None
token_lifetime_s: Optional[int] = None
description: Optional[str] = None

0 comments on commit ae35fc4

Please sign in to comment.