All URIs are relative to http://localhost:7878
| Method | HTTP request | Description |
|---|---|---|
| create_quality_profile | POST /api/v3/qualityprofile | |
| delete_quality_profile | DELETE /api/v3/qualityprofile/{id} | |
| get_quality_profile_by_id | GET /api/v3/qualityprofile/{id} | |
| list_quality_profile | GET /api/v3/qualityprofile | |
| update_quality_profile | PUT /api/v3/qualityprofile/{id} |
models::QualityProfileResource create_quality_profile(quality_profile_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| quality_profile_resource | Option<QualityProfileResource> |
models::QualityProfileResource
- 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_quality_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::QualityProfileResource get_quality_profile_by_id(id)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | [required] |
models::QualityProfileResource
- 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::QualityProfileResource list_quality_profile()
This endpoint does not need any parameter.
Vecmodels::QualityProfileResource
- 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::QualityProfileResource update_quality_profile(id, quality_profile_resource)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | [required] | ||
| quality_profile_resource | Option<QualityProfileResource> |
models::QualityProfileResource
- 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]