Skip to content

Method: projects.unsubscribers.update

Updates an unsubscriber.

The caller must have messaging.unsubscribers.update permission on the project.

HTTP request

PATCH https://messaging.api.enfonica.com/v1/{unsubscriber.name}

Path parameters

Parameters  
unsubscriber.name string
Resource name of the unsubscriber. It must match the pattern projects/*/unsubscribers/*

Query parameters

Parameters  
updateMask string (FieldMask format)
Fields to be updated. Only labels can be updated.

Request body

The request body must contain an instance of Unsubscriber.

Response body

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