Autotunes
Create Autotune Review
post/console/v1/autotunes/{id}/reviews
Path parameters
idstring required
Request body
type'start' | 'scheduled_start' | 'scheduled_start_edit' | 'reallocate' | 'make_decision' | 'delete' | 'disable_reviews_locally' required
The kind of autotune change the review proposes.
descriptionstring
Human-readable description of the proposed change. Optional; recorded empty when omitted.
reviewer_idsstring[]
User IDs to request review from.
reviewer_group_idsstring[]
Reviewer group IDs to request review from.
reasonstring
Optional reason recorded with the change, applied when committed (e.g. reset / decision reason).
winning_group_idstring
For make_decision: the group to ship. Required.
remove_targetingboolean
For make_decision: drop targeting on ship (default false).
remove_overridesboolean
For make_decision: drop overrides on ship (default false).
start_datestring
For start: optional scheduled start date.
start_timeinteger
For scheduled_start: epoch-ms time to schedule the start. Required.
new_timeinteger
For scheduled_start_edit: epoch-ms time to reschedule the start to. Required.
Response
The created autotune review.
messagestring required
A simple string explaining the result of the operation.