# \ChannelApi
All URIs are relative to *http://localhost*
[**api_channel_channel_id_environment_variables_put**](ChannelApi.md#api_channel_channel_id_environment_variables_put) | **PUT** /api/channel/{channelId}/environment-variables |
[**api_channel_channel_id_get**](ChannelApi.md#api_channel_channel_id_get) | **GET** /api/channel/{channelId} |
[**api_channel_export_get**](ChannelApi.md#api_channel_export_get) | **GET** /api/channel/export |
[**api_channel_get**](ChannelApi.md#api_channel_get) | **GET** /api/channel |
[**api_channel_id_delete**](ChannelApi.md#api_channel_id_delete) | **DELETE** /api/channel/{id} |
[**api_channel_id_put**](ChannelApi.md#api_channel_id_put) | **PUT** /api/channel/{id} |
[**api_channel_logs_channel_id_get**](ChannelApi.md#api_channel_logs_channel_id_get) | **GET** /api/channel/logs/{channelId} |
[**api_channel_post**](ChannelApi.md#api_channel_post) | **POST** /api/channel |
## api_channel_channel_id_environment_variables_put
> api_channel_channel_id_environment_variables_put(channel_id, update_channel_environment_variables_command)
### Parameters
**channel_id** | **String** | | [required] |
**update_channel_environment_variables_command** | Option<[**UpdateChannelEnvironmentVariablesCommand**](UpdateChannelEnvironmentVariablesCommand.md)> | | |
### Return type
(empty response body)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: application/json, text/json, application/_*+json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_channel_id_get
> crate::models::ChannelDto api_channel_channel_id_get(channel_id)
### Parameters
**channel_id** | **String** | | [required] |
### Return type
[**crate::models::ChannelDto**](ChannelDto.md)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_export_get
> api_channel_export_get()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_get
> crate::models::ChannelsVm api_channel_get()
### Parameters
This endpoint does not need any parameter.
### Return type
[**crate::models::ChannelsVm**](ChannelsVm.md)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_id_delete
> api_channel_id_delete(id)
### Parameters
**id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_id_put
> api_channel_id_put(id, update_channel_command)
### Parameters
**id** | **String** | | [required] |
**update_channel_command** | Option<[**UpdateChannelCommand**](UpdateChannelCommand.md)> | | |
### Return type
(empty response body)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: application/json, text/json, application/_*+json
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_logs_channel_id_get
> crate::models::GetChannelLogsVm api_channel_logs_channel_id_get(channel_id)
### Parameters
**channel_id** | **String** | | [required] |
### Return type
[**crate::models::GetChannelLogsVm**](GetChannelLogsVm.md)
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## api_channel_post
> String api_channel_post(create_channel_command)
### Parameters
**create_channel_command** | Option<[**CreateChannelCommand**](CreateChannelCommand.md)> | | |
### Return type
**String**
### Authorization
[Bearer](../README.md#Bearer)
### HTTP request headers
- **Content-Type**: application/json, text/json, application/_*+json
- **Accept**: text/plain, application/json, text/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)