# Functions
GenerateNetworkKey godoc
@Tags server @Summary Generate a new authentication key @Description Generate a new authentication key @Produce json @Success 200 {object} NetworkKey @Router /server/network-key [post]
@id GenerateNetworkKey.
GetConfig godoc
@Tags server @Summary Get the server configuration @Description Get the server configuration @Produce json @Success 200 {object} ServerConfig @Router /server/config [get]
@id GetConfig.
SetConfig godoc
@Tags server @Summary Set the server configuration @Description Set the server configuration @Accept json @Produce json @Param config body ServerConfig true "Server configuration" @Success 200 {object} ServerConfig @Router /server/config [post]
@id SetConfig.