User - Updates a dynamic dataset for a user

Updates the dynamic dataset ID associated with a specific asset ID for a user.

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
userIdstring · uuidRequired

Enter the ID of an existing user

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for representing dynamic dataset id update.

dynamicDatasetIdstring · uuidOptional

A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the DynamicDatasetId property.

assetIdstring · uuidOptional

A public property of type object that has both a getter and a setter method, which allows for getting and setting the value of the AssetId property.

Responses
200

Success: Asset updated successfully.

put
/users/assets/userId/{userId}

Last updated