Tenant - Updates asset properties for a specified tenant

Updates asset properties (report name, description, and/or asset visibility) for a specified tenant.

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Tenant ID

assetIdstring · uuidRequired

Asset ID

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Unified request model for updating asset properties.

isHiddenboolean · nullableOptional

Gets or sets a value indicating whether the asset should be hidden (optional).

assetNamestring · nullableOptional

Gets or sets the new asset name (optional).

descriptionstring · nullableOptional

Gets or sets the new description (optional).

reportTypestring · nullableOptional

Gets or sets the report type (required when AssetName and Description is provided, but not updated in the database).

Responses
chevron-right
200

Success: Asset updated successfully.

Class for representing response.

messagestring · nullableOptional

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.

Default: Success Message
statusCodeinteger · int32Optional

A 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.

Default: 200
put
/tenants/{tenantId}/assets/{assetId}

Last updated