Site search config / Save
Route: /api/sys/v{version:apiVersion}/site_search_config/save
Method: POST
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_site_search_config_UI
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_site_search_config_UI
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| search_url | String | Search url | |
| user_agent | String | User agent | |
| headers_comma_separated | String | Headers comma separated | |
| http_method | String | Http method | |
| is_render | Boolean | Is render | |
| search_enabled | Boolean | Search enabled | |
| site_id | Int32 | Site id |