/candidates/:id/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"
  ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!