updateSubscriptionAttributes
Update subscription attributes (e.g., label).
This page contains
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.