# subscriptionDraftLineUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates a subscription line on a subscription draft. ### Access Scopes `write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission. ## Arguments * [draftId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The gid of the Subscription Contract draft to update a subscription line from. * [input](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionLineUpdateInput): SubscriptionLineUpdateInput! - The properties of the new Subscription Line. * [lineId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The gid of the Subscription Line to update. ## Returns * [draft](/docs/api/admin-graphql/2024-10/objects/SubscriptionDraft): SubscriptionDraft The Subscription Contract draft object. * [lineUpdated](/docs/api/admin-graphql/2024-10/objects/SubscriptionLine): SubscriptionLine The updated Subscription Line. * [userErrors](/docs/api/admin-graphql/2024-10/objects/SubscriptionDraftUserError): SubscriptionDraftUserError! The list of errors that occurred from executing the mutation. ## Examples