All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
delete_policy_channels_delete | DELETE /channels/{id} | |
get_policy_channels_get | GET /channels/{id} | |
get_policy_channels_get_all | GET /channels | |
post_policy_channels_post | POST /channels | |
post_policy_channels_test | POST /channels/test | |
put_policy_channels_put | PUT /channels/{id} |
crate::models::PolicyChannelSchema delete_policy_channels_delete(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] |
crate::models::PolicyChannelSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::PolicyChannelSchema get_policy_channels_get(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] |
crate::models::PolicyChannelSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::PaginationSchema get_policy_channels_get_all()
This endpoint does not need any parameter.
crate::models::PaginationSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::PolicyChannelSchema post_policy_channels_post(request_body)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
request_body | Option<PolicyChannelSchema> |
crate::models::PolicyChannelSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::PolicyChannelSchema post_policy_channels_test(request_body)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
request_body | Option<PolicyChannelSchema> |
crate::models::PolicyChannelSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::PolicyChannelSchema put_policy_channels_put(id, request_body)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
request_body | Option<PolicyChannelSchema> |
crate::models::PolicyChannelSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]