Update api method description
This commit is contained in:
parent
19a85f0bca
commit
510ae83705
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue