Update the search engine properties

PUT {{baseUrl}}/api/mstrServices/searchEngine

Update all of the properties of the search engine.You obtain the authorization token needed to execute the request using POST /auth/login. You pass the authorization token in the request header. You provide the information used to update the properties in the body parameter of the request.

Request Body

{"enableSearchEngine"=>true, "indexDirectory"=>".\\SearchData", "stopWords"=>[{"words"=>"string", "locale"=>1033}]}

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring