Webhook model changed
This commit is contained in:
parent
8565ce19fe
commit
de6184273a
1 changed files with 5 additions and 5 deletions
|
|
@ -4,11 +4,11 @@ from typing import List
|
|||
|
||||
@dataclass
|
||||
class Request:
|
||||
build_id: str
|
||||
build_url: str
|
||||
commit_id: str
|
||||
commit_url: str
|
||||
changelist: List[str]
|
||||
_id: str
|
||||
commit: str
|
||||
message: str
|
||||
started: str
|
||||
files: List[str]
|
||||
|
||||
@dataclass
|
||||
class Response:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue