| Variable | Type | Description | 
|---|---|---|
| subscriber_id | string|int | The ID of the subscriber for which to set the tags | 
| tag | struct | The tag name. | 
| Parameter | Description | 
|---|---|
| boolean | True if the update has succeeded, False otherwise | 
true	| Code | Message | Description | 
|---|---|---|
| 407 | Missing required param subscriber_id | subscriber_id param is required | 
| 407 | Missing required param tag | tag param is required | 
| 101 | Not allowed for list_id = %s | Invalid access to subscriber list_id | 
| 129 | Not allowed for subscriber with ID: %s | Invalid access to subscriber ID | 
| 108 | List %s has been deleted | List ID belongs to a list which has been deleted | 
| 121 | Could not load subscriber | The subscriber was not found | 
| 124 | %s / Could not update tag: %s | The tag %s could not be updated | 
{ "err": true, "message": "Missing required param subscriber_id", "code": 407 }
{ "err": true, "message": "Missing required param tag", "code": 407 }
{ "err": true, "message": "Not allowed for subscriber with ID: 427001", "code": 129 }