Skip to content

Close Task

Request

Close Task

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

ID of the task to be closed

Example:1
Query
resolutionstringCLOSED|APPROVED|REJECTEDrequired
Default:"CLOSED"
Enum:"CLOSED""APPROVED""REJECTED"
commentstring

Optional comment (max 1000 characters)

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

Responses

OK