# Add task type to production **POST /data/projects/{project_id}/settings/task-types** Add a task type linked to a production. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier ## Body parameters Content-type: application/json - **task_type_id** (string(uuid)) Task type unique identifier - **priority** (string) Task type priority ## Responses ### 201: Task type added to production #### Body Parameters: application/json (object) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name ### 400: Invalid parameters [Powered by Bump.sh](https://bump.sh)