-
-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Description
Implement endpoint PUT /api/v2/global-tasks/{identifier} to update a global task.
- return 200 in case of success
- create method in business layer
- update a field
- return 400 when a field is in incorrect format
- return 403 when the user is denied permission
- return 404 when the resource is not found
- check returned object is uniform with other endpoints
- deprecate
POST /global/tasks/update/<int:cur_id> - openapi: document endpoint
- openapi: deprecate
POST /global/tasks/update/<int:cur_id>
Metadata
Metadata
Assignees
Labels
No labels