associateLibraryItemReview

Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.

Samples


fun main() { 
   //sampleStart 
   // Increase the rating counter by 1 for the related app for this user
qAppsClient.associateLibraryItemReview {
    instanceId = "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
    libraryItemId = "cb9ecf72-8563-450d-9db9-994f98297316"
} 
   //sampleEnd
}