Update an existing review.put https://example.com/authoring/v1/review/{id}Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidstringrequiredBody ParamsProvide the review item fields such as name, targetDate, and items. The current revision must be provided in order to update the review.revstringrequirednamestringrequiredtargetDatedate-timeapproversarray of objectsapproversADD objectResponses 200Successfully updated the review that matches the ID that you provided. 400The update request is invalid or the request failed validation. Provide valid values and try again. 404The review with ID {id} was not found. 409Unable to update the review with the ID "{0}" because another user updated the review since it was last retrieved. Retrieve the review again and reapply your changes. 429Too Many Requests, the server has reached a limit, the request must be sent again at a later time. 503Unable to retrieve the review from the database as the service is unavailable. Try again later. defaultUnexpected error.Updated 8 days ago