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 |
Identifier. Resource name of the line item. Format: partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem} |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The list of fields to update. Only a limited set of fields can be updated. The allowed fields are the following:
This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of LineItem
.
Response body
If successful, the response body contains an instance of LineItem
.