update_media_subscriptions_by_subscription_id_move
Reorder media subscriptions by moving a specific subscription before another or to the top of the list, giving you control over subscription order.
Instructions
Re-order a subscription.
PUT /media/subscriptions/{subscriptionId}/move
Args: subscription_id: The unique identifier of the subscription after: The subscription to move this sub after. If missing will insert at the beginning of the list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| subscription_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |