Method: partners.subscriptions.lineItems.patch

Updates a line item of a subscription. It should be autenticated with a service account.

HTTP request

PATCH https://paymentsresellersubscription.googleapis.com/v1/{lineItem.name=partners/*/subscriptions/*/lineItems/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
lineItem.name

string

Identifier. Resource name of the line item. Format: partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to update.

Only supports the update on productPayload.google_home_payload.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of LineItem.

Response body

If successful, the response body contains an instance of LineItem.