# Create task **POST /data/tasks** Create a task with data provided in the request body. JSON format is expected. The task type must match the entity type. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **task_type_id** (string(uuid)) - **entity_id** (string(uuid)) - **assignees** (array[string(uuid)]) ## Responses ### 201: Task created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **task_type_id** (string(uuid)) - **entity_id** (string(uuid)) - **assignees** (array[string(uuid)]) ### 400: Task type does not match entity type or task already exists [Powered by Bump.sh](https://bump.sh)