Add API for network reload command (#742)

This commit is contained in:
Pascal Vizeli 2020-12-01 14:03:40 +01:00 committed by GitHub
parent b8c52c3a92
commit 550590c19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1450,6 +1450,12 @@ Returns a [Network interface model](api/supervisor/models.md#network-interface)
</ApiEndpoint>
<ApiEndpoint path="/network/reload" method="post">
Update all Network interface data.
</ApiEndpoint>
<ApiEndpoint path="/network/interface/<interface>/update" method="post">
Update the settings for a network interface.