v 2.1.5
New API Version Released
- Updated structures of
Idea
andIdeaDetails
models (affecting endpoints/v2/ideas
and/v2/ideas/{id}
):- Renamed fields:
status_comment
→close_comment
status_date
→close_date
status_link
→close_link
status_price
→close_price
status_profit
→profit_actual
profit_perc_year
→profit_potential
status
→system_status
- Updated
system_status
values:""
→"ACTIVE"
"closed"
→"CLOSED"
"fail"
→"DURATION"
"succ"
→"SUCCESS"
"fail_sl"
→"STOPLOSS"
- Renamed fields:
⚠️ Legacy fields remain temporarily for backward compatibility, but will be removed in the next release.