fix: Correct api documentation for score route

Fixes #7458
This commit is contained in:
Blade Barringer
2016-05-23 22:12:19 -05:00
parent 977d2ae525
commit aaf2ff5b70

View File

@@ -357,7 +357,7 @@ function _generateWebhookTaskData (task, direction, delta, stats, user) {
}
/**
* @api {put} /api/v3/tasks/:taskId/score/:direction Score a task
* @api {post} /api/v3/tasks/:taskId/score/:direction Score a task
* @apiVersion 3.0.0
* @apiName ScoreTask
* @apiGroup Task