# \CustomFormatApi
All URIs are relative to *http://localhost:8787*
[**create_custom_format**](CustomFormatApi.md#create_custom_format) | **POST** /api/v1/customformat |
[**delete_custom_format**](CustomFormatApi.md#delete_custom_format) | **DELETE** /api/v1/customformat/{id} |
[**get_custom_format_by_id**](CustomFormatApi.md#get_custom_format_by_id) | **GET** /api/v1/customformat/{id} |
[**get_custom_format_schema**](CustomFormatApi.md#get_custom_format_schema) | **GET** /api/v1/customformat/schema |
[**list_custom_format**](CustomFormatApi.md#list_custom_format) | **GET** /api/v1/customformat |
[**update_custom_format**](CustomFormatApi.md#update_custom_format) | **PUT** /api/v1/customformat/{id} |
## create_custom_format
> models::CustomFormatResource create_custom_format(custom_format_resource)
### Parameters
**custom_format_resource** | Option<[**CustomFormatResource**](CustomFormatResource.md)> | | |
### Return type
[**models::CustomFormatResource**](CustomFormatResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: 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)
## delete_custom_format
> delete_custom_format(id)
### Parameters
**id** | **i32** | | [required] |
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### 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)
## get_custom_format_by_id
> models::CustomFormatResource get_custom_format_by_id(id)
### Parameters
**id** | **i32** | | [required] |
### Return type
[**models::CustomFormatResource**](CustomFormatResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### 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_custom_format_schema
> get_custom_format_schema()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### 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)
## list_custom_format
> Vec<models::CustomFormatResource> list_custom_format()
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::CustomFormatResource>**](CustomFormatResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### 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)
## update_custom_format
> models::CustomFormatResource update_custom_format(id, custom_format_resource)
### Parameters
**id** | **String** | | [required] |
**custom_format_resource** | Option<[**CustomFormatResource**](CustomFormatResource.md)> | | |
### Return type
[**models::CustomFormatResource**](CustomFormatResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: 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)