Update current entity
Method
PUT
Syntax
PUT /user_settings/current_entity
- Content-Type: application/jsonβfor example:
{
"current_tenant_dbid": "<current_tenant_dbid>",
"current_solution_dbid": "<current_solution_dbid>",
"current_entity_dbid": "<current_entity_dbid>"
"current_entity_type": "<current_entity_type>" // for example solution, department, process
}
Notes
- current_solution_dbid, current_entity_dbid, current_entity_type are being reset to null upon a tenant change
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!