SetAppSettings

Description Sets the default application settings in appsettings.json.
Method Type POST
URL api/app/set-app-settings
Parameters
Name Type Description
Each property for a specific constructor in the Administration class. String

Based on which construction one would like to use, and what properties one would like to set, each property must be passed in different parameters.

For example, in Administrative class, there is a constructor, which requires two parameters, the AppName and LogPath. In order to use this constructor with the API, one must pass two parameters with AppName and LogPath names, with string values.

Response Type JSON (JsonResult)
Return values

{

Success (Bool)

Message (String Error Message)

}

Programming notes

None

Example

None

Requirements