# Update an application configuration Updates an existing application configuration with provided fields. Only supplied fields will be updated. Endpoint: PATCH /network/{network_id}/application/settings Security: ApiKey ## Path parameters: - `network_id` (integer, required) Unique identifier of the network whose configuration should be managed ## Request fields (application/json): - `network_id` (integer) The network identifier of the WiFi Motion™ network. - `timezone` (string) Timezone configuration - `enabled` (boolean) The sleep settings enabled or disabled. Sleep settings are enabled Sleep settings are not enabled - `sleep_hour` (integer) Provides rough guidance to the WiFi Motion™ network as to the hour of day when the household initiates their sleeping pattern. - `sleep_minute` (integer) Provides rough guidance to the WiFi Motion™ network as to the minute within the hour when the household initiates their sleeping pattern. - `wake_hour` (integer) Provides rough guidance to the WiFi Motion™ network as to the hour of day when the household ends their sleeping pattern. - `wake_minute` (integer) Provides rough guidance to the WiFi Motion™ network as to the minute within the hour when the household ends their sleeping pattern.