mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
# \ImportsApi

All URIs are relative to *http://your-mattermost-url.com/api/v4*

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_imports**]ImportsApi.md#list_imports | **GET** /imports | List import files



## list_imports

> list_imports()
List import files

Lists all available import files.  __Minimum server version__: 5.31 ##### Permissions Must have `manage_system` permissions. 

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

[bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/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)