Config
Sync Specific Module Configuration
Synchronizes a specific module's state to apply recent configuration changes to the grid. If async is true, this will queue up a Salt state.apply, which can take several minutes to complete, or longer if another highstate is already in progress. If async is false and another state is already in progress, this will return an error.
put/connect/config/sync/{module}
Path parameters
modulestring required
The module name to sync
Query parameters
asyncstring
If true, runs the synchronization in the background
Response
The synchronization request has been successfully queued