Skip to content

Reopen Task

Request

Reopen a closed task

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

ID of the task to be reopened

Example:1
Query
commentstring

Optional comment (max 1000 characters)

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

Responses

OK