Skip to content

settings_save_reconnect

Tech

Checks the status of pending configuration update initiated by the settings_save_init call.

A successful call indicates the configuration was saved and no further calls should be made.

If this method returns an error other than rpc_async_action_in_progress, the client should not retry later.

If this method returns rpc_async_action_in_progress error or it ends with no valid response the client should retry.

Params

attribute description
session_id*
string
The ID of the session to reconnect to

Example

{
  "session_id": "GSHGPX"
}

Return

Note

Both error and result objects can be present in the response. This happens when saving the new configuration took place with errors. config_data objects always hold the saved configuration.

attribute description
config_data*
Config Data
The configuration data
config_meta*
Config Meta@settings_meta
Field metadata for the config_data
config_tree*
Config Tree@settings_tree
Tree view definition for the config_meta and config_data