Accounts
Last updated
Last updated
No response body
No content
Update account information. If the request contains embedded_conf
, it must be a JSON object with boolean values.
Allowed keys for `embedded_conf` are:
- COMPARISON_TAB_VIEW
- GRAPHS_TAB_VIEW
- NOTES_TAB_VIEW
- ZONING_TAB_VIEW
- WEATHER_FORECAST_TAB_VIEW
- ADVANCED_TAB_VIEW
- TREE_ANALYSIS_TAB_VIEW
- CROPS_TAB_VIEW
Example payload:
{
"embedded_conf": {
"COMPARISON_TAB_VIEW": true,
"GRAPHS_TAB_VIEW": false,
"NOTES_TAB_VIEW": true
}
}