UpdateRolloutInput
UpdateRolloutInput
UpdateRolloutInput
Update a rollout with the given id Optionally provide title, description and phases
accounts |
[String!] | The accounts associated with this rollout (list of IDs) |
akas |
[String!] | Optional akas for the resource to upsert |
description |
String | The description for the rollout |
guardrails |
[String!] | The guardrails associated with this rollout (list of IDs) |
id |
ID! | The id of the rollout to update |
phases |
RolloutPhasesInput | The phases of the rollout |
recipients |
[String!] | The recipients of notifications for this rollout (Optional) |
status |
RolloutStatus | The status of the rollout: either 'active' or 'paused' |
title |
String | The title of the rollout |