Implement endpoint `PUT /api/v2/global-tasks/{identifier}` to update a global task. * [x] return 200 in case of success * [x] create method in business layer * [x] update a field * [x] return 400 when a field is in incorrect format * [x] return 403 when the user is denied permission * [x] return 404 when the resource is not found * [x] check returned object is uniform with other endpoints * [x] deprecate `POST /global/tasks/update/<int:cur_id>` * [x] openapi: document endpoint * [x] openapi: deprecate `POST /global/tasks/update/<int:cur_id>`
Implement endpoint
PUT /api/v2/global-tasks/{identifier}to update a global task.POST /global/tasks/update/<int:cur_id>POST /global/tasks/update/<int:cur_id>