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