Preview

updateSubscriptionCancellationReasons is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

updateSubscriptionCancellationReasons

Update subscription cancellation reason mutation which support replacement of existing subscription cancellation reason

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    ROLE_CHANNEL_ADMIN

    Arguments

    input [SubscriptionCancellationReasonUpdateInput!]! PREVIEW

    SubscriptionCancellationReasonUpdateInput fields

    id ID!

    Unique identifier for the subscription cancellation reason.

    code SubscriptionCancellationReasonCode!

    Cancellation reason code

    label String!

    Label for the cancellation reason in the default locale

    allowedRoles [SubscriptionCancellationReasonAllowedRoles!]! PREVIEW

    Allowed roles for the cancellation reason

    Return Fields

    data [SubscriptionCancellationReason!] PREVIEW

    List of subscription cancellation reasons

    userErrors [SubscriptionCancellationReasonErrors!] PREVIEW

    List of user errors that occurred during the request.

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.