mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
initial definition of trigger request object
This commit is contained in:
parent
53cfd9ee8c
commit
3349edda89
1 changed files with 5 additions and 0 deletions
5
backend/categorisation/categorisation_trigger_request.py
Normal file
5
backend/categorisation/categorisation_trigger_request.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
from pydantic import BaseModel
|
||||||
|
|
||||||
|
|
||||||
|
class CategorisationTriggerRequest(BaseModel):
|
||||||
|
portfolio_id: int
|
||||||
Loading…
Add table
Reference in a new issue