From 510ae837056474b5ea94761eef5a92eccea639d0 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Fri, 28 Apr 2023 01:21:29 +0700 Subject: [PATCH] Update api method description --- lib/src/api/default_api.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/api/default_api.dart b/lib/src/api/default_api.dart index afada68..7d9c266 100644 --- a/lib/src/api/default_api.dart +++ b/lib/src/api/default_api.dart @@ -746,12 +746,13 @@ class DefaultApi { ); } - /// Update Asset Description + /// Update Asset Description and Tags /// /// /// Parameters: /// * [assetId] /// * [assetDescription] + /// * [assetTags] /// * [cancelToken] - A [CancelToken] that can be used to cancel the operation /// * [validateStatus] - A [ValidateStatus] callback that can be used to determine request success based on the HTTP status of the response /// * [onSendProgress] - A [ProgressCallback] that can be used to get the send progress