All URIs are relative to http://localhost:7878
Method | HTTP request | Description |
---|---|---|
create_custom_filter | POST /api/v3/customfilter | |
delete_custom_filter | DELETE /api/v3/customfilter/{id} | |
get_custom_filter_by_id | GET /api/v3/customfilter/{id} | |
list_custom_filter | GET /api/v3/customfilter | |
update_custom_filter | PUT /api/v3/customfilter/{id} |
models::CustomFilterResource create_custom_filter(custom_filter_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
custom_filter_resource | Option<CustomFilterResource> |
- Content-Type: application/json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_custom_filter(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::CustomFilterResource get_custom_filter_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::CustomFilterResource list_custom_filter()
This endpoint does not need any parameter.
Vecmodels::CustomFilterResource
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::CustomFilterResource update_custom_filter(id, custom_filter_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
custom_filter_resource | Option<CustomFilterResource> |
- Content-Type: application/json
- Accept: text/plain, application/json, text/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]