Update a worker group's roleAsk AIpatch https://api.super.ai/v1/app/{app_id}/worker-groups/{worker_group_id}Use this endpoint to update a worker group's role at the project level.Path Paramsapp_idstringrequiredThe unique identifier (UUID) for the project within which you want to change the worker group's role .worker_group_idint32requiredThe worker group ID for the worker group whose role you want to changeBody ParamsrolestringThe user role to which you want to update the worker group. Either LABELER or REVIEWER. See the User permissions page for more information on user roles.Responses 200200 400400Updated 7 months ago