v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-131541,3491.5 MB
customers

Mutates given subscription with corresponding apply parameters. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RecommendationError RecommendationSubscriptionError RequestError UrlFieldError

post/v23/customers/{+customerId}/recommendationSubscriptions:mutateRecommendationSubscription

Path parameters

customerIdstring required

Required. The ID of the subscribing customer.

Request body

partialFailureboolean

If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.

responseContentType'UNSPECIFIED' | 'RESOURCE_NAME_ONLY' | 'MUTABLE_RESOURCE'

The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation. The mutable resource will only be returned if the resource has the appropriate response field. For example, MutateCampaignResult.campaign.

validateOnlyboolean

If true, the request is validated but not executed. Only errors are returned, not results.

Response

Successful response