v1
latestSwagger 2.02026-08-04244186228.2 KBworkers
Update worker app role
patch/v1/app/{app_uuid}/workers/{worker_id}
Headers
X-Fieldsstring mask
An optional fields mask
Request body
Example request
{
"role": "LABELER"
}Response
Success
Example response
{
"worker": {
"status": "INVITED",
"type": "USER"
},
"role": "LABELER"
}