subscriptionSetAutoRenew

Graphql fields and variables for the subscriptionSetAutoRenew mutation

Toggle auto-renew ON or OFF on a subscription

Scope required: standard:write

mutation subscriptionSetAutoRenew ($ids: !, $evergreen: Boolean!) {
  subscriptionSetAutoRenew (ids: $ids, evergreen: $evergreen) {
      errors
      subscriptions
  }
}

Arguments

{
  "ids": [
    "456123"
  ],
  "evergreen": true
}
Name
Type
Description

ids

List (ID)

evergreen

Boolean

Response

Name
Type
Description

errors

List (String)

subscriptions

Last updated

Was this helpful?