@ -44,7 +44,7 @@ Name | Type | Description | Notes
### Return type
### Return type
[**TagEntity**](TagEntity.md)
[**TagResponseDto**](TagResponseDto.md)
### Authorization
### Authorization
@ -58,7 +58,7 @@ No authorization required
[[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)
[[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**
# **delete**
> TagEntity delete(id)
> delete(id)
@ -70,8 +70,7 @@ final api_instance = TagApi();
final id = id_example; // String |
final id = id_example; // String |
try {
try {
final result = api_instance.delete(id);
api_instance.delete(id);
print(result);
} catch (e) {
} catch (e) {
print('Exception when calling TagApi->delete: $e\n');
print('Exception when calling TagApi->delete: $e\n');
}
}
@ -85,7 +84,7 @@ Name | Type | Description | Notes
### Return type
### Return type
[**TagEntity**](TagEntity.md)
void (empty response body)
### Authorization
### Authorization
@ -94,12 +93,12 @@ No authorization required
### HTTP request headers
### HTTP request headers
- **Content-Type**: Not defined
- **Content-Type**: Not defined
- **Accept**: 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)
[[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)
# **findAll**
# **findAll**
> List<TagEntity> findAll()
> List<TagResponseDto> findAll()
@ -122,7 +121,7 @@ This endpoint does not need any parameter.
### Return type
### Return type
[**List<TagEntity>**](TagEntity.md)
[**List<TagResponseDto>**](TagResponseDto.md)
### Authorization
### Authorization
@ -136,7 +135,7 @@ No authorization required
[[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)
[[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)
# **findOne**
# **findOne**
> TagEntity findOne(id)
> TagResponseDto findOne(id)
@ -163,7 +162,7 @@ Name | Type | Description | Notes
### Return type
### Return type
[**TagEntity**](TagEntity.md)
[**TagResponseDto**](TagResponseDto.md)
### Authorization
### Authorization
@ -177,7 +176,7 @@ No authorization required
[[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)
[[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**
# **update**
> Object update(id, updateTagDto)
> TagResponseDto update(id, updateTagDto)
@ -206,7 +205,7 @@ Name | Type | Description | Notes
@ -11,6 +11,8 @@ Name | Type | Description | Notes
**id** | **String** | |
**id** | **String** | |
**type** | [**TagTypeEnum**](TagTypeEnum.md) | |
**type** | [**TagTypeEnum**](TagTypeEnum.md) | |
**name** | **String** | |
**name** | **String** | |
**userId** | **String** | |
**renameTagId** | **String** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)