put https://{subdomain}.workable.com/spi/v3/candidates//tags
Updates candidate's tags. Required scope: w_candidates
. Accessible with all token types.
The tags list will be assigned to a candidate as is. If the array is empty, all tags of the candidate will be deleted.
A complete request would be:
{
"tags": [
"globetrotter",
"adventurer"
]
}