refactor(server): update asset endpoint (#3973)

* refactor(server): update asset

* chore: open api
This commit is contained in:
Jason Rasmussen 2023-09-04 22:25:31 -04:00 committed by GitHub
parent 26bc889f8d
commit 454737ca79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 237 additions and 184 deletions

View file

@ -1384,10 +1384,7 @@ class AssetApi {
return null;
}
/// Update an asset
///
/// Note: This method returns the HTTP [Response].
///
/// Performs an HTTP 'PUT /asset/{id}' operation and returns the [Response].
/// Parameters:
///
/// * [String] id (required):
@ -1419,8 +1416,6 @@ class AssetApi {
);
}
/// Update an asset
///
/// Parameters:
///
/// * [String] id (required):