mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
add example request body
This commit is contained in:
parent
3f022ba548
commit
b4e3dc9f42
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ class CategorisationTriggerRequest(BaseModel):
|
||||||
|
|
||||||
plans_to_consider: Optional[List[int]] = None
|
plans_to_consider: Optional[List[int]] = None
|
||||||
plan_priority_order: Optional[List[int]] = None
|
plan_priority_order: Optional[List[int]] = None
|
||||||
|
|
||||||
|
|
||||||
|
# {"portfolio_id": 556, "plans_to_consider": [1589319,1589320], "plan_priority_order": [1589319,1589320]}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue