Skip to content

Reassign Task

Request

Reassign Task

Security
bearerAuth
Path
taskIdinteger, (int64), >= 1required

ID of the task to be reassigned

Example:1
Query
ownerIdstringrequired

ID / Name of the owner to whom the task needs to be reassigned (Example: admin)

commentstring

Optional comment (max 1000 characters)

curl -i -X PUT \
  'https://codeinsightapi.redocly.app/_mock/swagger/tasks/1/reassign?ownerId=string&comment=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK