Skip to content

Set Directory Path

sadhasivam edited this page Sep 10, 2024 · 1 revision

Set Directory Path

URL: /api/admin/setPath

Method: POST

Description: Sets the directory path.

Parameters

Parameter Type Required/Optional Description
archives_path String Required The path to the archives directory.
query_path String Required The path to the queries directory.

Response

{ 
    "message" : "The path is set",
}

Clone this wiki locally