Settings


GET /public/api/v1/settings/sources-folder

Get the sources folder

Responses

Status Description Schema
200 OK AbsolutePathDto

PUT /public/api/v1/settings/sources-folder

Set sources folder

Request Body (application/json) → AbsolutePathDto

Responses

Status Description Schema
200 OK

DELETE /public/api/v1/settings/sources-folder

Delete sources folder

Responses

Status Description Schema
200 OK

GET /public/api/v1/settings/license

Get the global license, if any

Responses

Status Description Schema
200 OK LicenseInfoDto

PUT /public/api/v1/settings/license

Save the global license

Request Body (application/json) → UpdateLicenseRequest

Responses

Status Description Schema
200 OK LicenseInfoDto

GET /public/api/v1/settings/extend

Get the Extend Settings

Responses

Status Description Schema
200 OK ExtendSettingsDto

PUT /public/api/v1/settings/extend

Update the Extend Settings

Request Body (application/json) → ExtendSettingsDto

Responses

Status Description Schema
200 OK