Update api method description

This commit is contained in:
Andrew 2023-04-28 01:21:29 +07:00
parent 19a85f0bca
commit 510ae83705

View file

@ -746,12 +746,13 @@ class DefaultApi {
); );
} }
/// Update Asset Description /// Update Asset Description and Tags
/// ///
/// ///
/// Parameters: /// Parameters:
/// * [assetId] /// * [assetId]
/// * [assetDescription] /// * [assetDescription]
/// * [assetTags]
/// * [cancelToken] - A [CancelToken] that can be used to cancel the operation /// * [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 /// * [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 /// * [onSendProgress] - A [ProgressCallback] that can be used to get the send progress