All URIs are relative to http://localhost:7878
| Method | HTTP request | Description |
|---|---|---|
| create_delay_profile | POST /api/v3/delayprofile | |
| delete_delay_profile | DELETE /api/v3/delayprofile/{id} | |
| get_delay_profile_by_id | GET /api/v3/delayprofile/{id} | |
| list_delay_profile | GET /api/v3/delayprofile | |
| update_delay_profile | PUT /api/v3/delayprofile/{id} | |
| update_delay_profile_reorder | PUT /api/v3/delayprofile/reorder/{id} |
models::DelayProfileResource create_delay_profile(delay_profile_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| delay_profile_resource | Option<DelayProfileResource> |
- 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_delay_profile(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::DelayProfileResource get_delay_profile_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::DelayProfileResource list_delay_profile()
This endpoint does not need any parameter.
Vecmodels::DelayProfileResource
- 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::DelayProfileResource update_delay_profile(id, delay_profile_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | [required] | ||
| delay_profile_resource | Option<DelayProfileResource> |
- 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]
Vecmodels::DelayProfileResource update_delay_profile_reorder(id, after)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | [required] | ||
| after | Option<i32> |
Vecmodels::DelayProfileResource
- 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]