Create Autotune Review

Create Autotune Review

posthttps://statsigapi.net/console/v1/autotunes/{id}/reviews

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

Body

application/json
typestringrequired

The kind of autotune change the review proposes.

Allowed values:startscheduled_startscheduled_start_editreallocatemake_decisiondeletedisable_reviews_locally
descriptionstring

Human-readable description of the proposed change. Optional; recorded empty when omitted.

Constraints:max length: 2000
reviewer_idsstring[]

User IDs to request review from.

Default:[]
reviewer_group_idsstring[]

Reviewer group IDs to request review from.

Default:[]
reasonstring

Optional reason recorded with the change, applied when committed (e.g. reset / decision reason).

Constraints:max length: 2000
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.

Constraints:format: int64
new_timeinteger

For scheduled_start_edit: epoch-ms time to reschedule the start to. Required.

Constraints:format: int64

Response

application/json
201· The created autotune review.
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
review_idstringrequired

Unique ID of the review.

statusstringrequired

Lifecycle status of the review.

Allowed values:pendingacceptedrejectedcommittedchanges_requestedpending_webhook_validationfailed_webhook_validationapproved_webhook_validation
typestringrequired

Kind of change the review proposes.

Allowed values:startstoppauserestartabandonarchivedeletemake_decisionupdate_settingsupdate_overridesupdate_target_applicationsupdate_allowed_reviewersupdate_default_impact_multiplierscheduled_startscheduled_start_editdisable_reviews_locallyrolloutschedule_rolloutreallocatechange_enabled_groupsunarchiveupdate_ownersupdate_team
authorobjectrequired

The user who created the review.

idstringrequired
emailstringrequired
Constraints:nullable
reviewersobject[]required

Requested reviewers (users and groups).

idstringrequired
kindstringrequired
Allowed values:usergroup
descriptionstringrequired

Human-readable description of the proposed change.

created_atstringrequired

ISO-8601 timestamp of when the review was created.

Was this helpful?