Tenant - Updates asset properties for a specified tenant
Updates asset properties (report name, description, and/or asset visibility) for a specified tenant.
Please enter a valid token
Tenant ID
Asset ID
The requested API version
1.0Unified request model for updating asset properties.
Gets or sets a value indicating whether the asset should be hidden (optional).
Gets or sets the new asset name (optional).
Gets or sets the new description (optional).
Gets or sets the report type (required when AssetName and Description is provided, but not updated in the database).
Success: Asset updated successfully.
Class for representing response.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Message property.
Success MessageA public property of type integer that has both a getter and a setter method, which allows for getting and setting the value of the StatusCode property.
200Bad Request: Invalid request data.
Unauthorized
Not Found: Asset or tenant not found.
Internal Server Error.
Last updated