Preview

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

updateSubscriptionAttributes

Update subscription attributes (e.g., label).

This page contains

    Authorization Rules

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

    Scopes

    billing.subscription.write.self

    billing.subscription.write.account

    billing.subscription.write.tenant

    billing.subscription.write.instance

    ROLE_USER

    ROLE_COMPANY_ADMIN

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    ROLE_SUPER_USER

    Arguments

    input SubscriptionAttributeUpdateInput! PREVIEW

    SubscriptionAttributeUpdateInput fields

    subscriptionId ID!

    The subscription ID to update

    label String

    The label to set for the subscription.

    Return Fields

    subscriptionId ID!

    The subscription ID that was updated

    label String

    The updated label value

    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.