-
-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implement endpoint POST /api/v2/global-tasks to create a global task.
- return 201 in case of success
- should allow to set a field
- check returned object is uniform with other endpoints
- if a required field is missing, return 400
- if a field value has the wrong type, return 400
- return 403 if the user is denied permission to write customer
- create method in the business layer
- deprecate
POST /global/tasks/add - openapi: document endpoint
- openapi: deprecate
POST /global/tasks/add
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request