Site x path / Save x paths u i
Route: /api/sys/v{version:apiVersion}/site_x_path/save_x_paths_u_i
Method: POST
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_save_site_xpaths_input
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| site_id | Int32 | Site id | |
| xpaths | DTO_site_xpath_UI[] | Xpaths |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
DTO_site_xpath_UI
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| selector | String | Selector | |
| selector_type_enum_id | Int32 | Selector type enum id | |
| field_type_enum_id | Int32 | Field type enum id | |
| source_enum_id | Int32 | Source enum id | |
| regex_from_url | Boolean | Regex from url |