updateReview( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Updates a review.

について updateReview() function returns a promise that resolves to the updated review.

Each time the review is updated, revision increments by 1. The existing revision must be included when updating the review. This ensures you're working with the latest review information, and it prevents unintended overwrites.

This function is not a universal function and runs only on the backend.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Reviews
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

Review ID.


reviewUpdateReviewRequired

Review to update.

リターン
Return Type:Promise<Review>
役に立ちましたか?
はい
いいえ