Updates specific properties of an asset such as its display name or custom metadata.

Behavior: Updates the specified properties on the asset without affecting other attributes. Use this for lightweight property changes. For more complex operations (e.g., clipping, language change, archiving), use the dedicated endpoints.

Authorization: Requires a valid Bearer token.

Side Effects: The asset's search index entry is updated with the new properties.

Error Scenarios: Returns 400 if the request body is missing. Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the asset to update.

Body Params

The properties to update on the asset.

Represents a request to modify the display properties and custom attributes of an asset.

string | null

Gets or sets the visual name of the asset for display purposes

date-time | null

Gets or sets the visual date of the asset for display purposes

date-time | null

Gets or sets the availability starting date of the asset for entitlement purposes MinValue is used to differentiate between null values and missing properties We technically want null so we can clear the date.

date-time | null

Gets or sets the availability ending date of the asset for entitlement purposes MinValue is used to differentiate between null values and missing properties We technically want null so we can clear the date.

customProperties
object | null

Gets or sets a list of custom properties that should be saved for the asset. To remove a property value, set the value to null.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json