# /tasks/rereport

**GET /tasks/rereport/** *(int: id)*

Belirtilen görev kimliğiyle ilişkili görev için raporlamayı yeniden çalıştırın.

Örnek request:

> curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/rereport/1

Örnek response:

> {  
>  "success": true  
> }

Parametreler:

- Id (zorunlu) (int) - Raporu yeniden çalıştıracak görevin kimliği

Durum kodları:

- 200 - hata yok
- 404 - görev bulunamadı