# Post Endpoint - ReloadConfig
Reloads the ELO Sync config to apply changes in the configuration.
# HTTP Request
One of the following requests should be made:
POST /api/reloadconfig
# Request headers
| Name | Description |
|---|---|
| Authorization | required. Bearer {token}. See authorization |
| Content-Type | required. application/json |
# Responses
| Code | Description | Type |
|---|---|---|
200 | 'restartInProgress' if a restart is required after the config reload, otherwise 'noRestart'. | string |
401 | If access is not allowed with the given credentials/data. | |
500 | While loading value an internal server error has occurred. |
# Example
# Request
The following is an example of how to call the endpoint:
POST /api/reloadconfig
# Response
The following example shows the response:
Information
The response object is truncated for clarity. Default properties will be returned from the call.
200 ok
noRestart