# \SettingsApi
All URIs are relative to */api*
[**backend_uptodate**](SettingsApi.md#backend_uptodate) | **GET** /uptodate | is backend up to date
[**backend_version**](SettingsApi.md#backend_version) | **GET** /version | get backend version
[**get_entitlements**](SettingsApi.md#get_entitlements) | **GET** /entitlements | get the entitlement resolved from the current license key
[**get_license_id**](SettingsApi.md#get_license_id) | **GET** /ee_license | get license id
[**get_open_api_yaml**](SettingsApi.md#get_open_api_yaml) | **GET** /openapi.yaml | get openapi yaml spec
[**list_features**](SettingsApi.md#list_features) | **GET** /features | list enabled beta feature keys
## backend_uptodate
> String backend_uptodate()
is backend up to date
### Parameters
This endpoint does not need any parameter.
### Return type
**String**
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[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)
## backend_version
> String backend_version()
get backend version
### Parameters
This endpoint does not need any parameter.
### Return type
**String**
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[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)
## get_entitlements
> models::GetEntitlements200Response get_entitlements()
get the entitlement resolved from the current license key
### Parameters
This endpoint does not need any parameter.
### Return type
[**models::GetEntitlements200Response**](getEntitlements_200_response.md)
### Authorization
[cookieAuth](../README.md#cookieAuth), [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)
## get_license_id
> String get_license_id()
get license id
### Parameters
This endpoint does not need any parameter.
### Return type
**String**
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[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)
## get_open_api_yaml
> String get_open_api_yaml()
get openapi yaml spec
### Parameters
This endpoint does not need any parameter.
### Return type
**String**
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[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)
## list_features
> Vec<String> list_features()
list enabled beta feature keys
### Parameters
This endpoint does not need any parameter.
### Return type
**Vec<String>**
### Authorization
[cookieAuth](../README.md#cookieAuth), [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)