github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/ConfigApi.md (about) 1 # \ConfigApi 2 3 All URIs are relative to */api/v1* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**get_config**](ConfigApi.md#get_config) | **GET** /config | 8 9 10 11 ## get_config 12 13 > models::Config get_config() 14 15 16 retrieve lakeFS configuration 17 18 ### Parameters 19 20 This endpoint does not need any parameter. 21 22 ### Return type 23 24 [**models::Config**](Config.md) 25 26 ### Authorization 27 28 [basic_auth](../README.md#basic_auth), [cookie_auth](../README.md#cookie_auth), [oidc_auth](../README.md#oidc_auth), [saml_auth](../README.md#saml_auth), [jwt_token](../README.md#jwt_token) 29 30 ### HTTP request headers 31 32 - **Content-Type**: Not defined 33 - **Accept**: application/json 34 35 [[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) 36