# Create project task type link **POST /data/task-type-links** Create a link between a project and a task type. Sets the priority of the task type within the project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **project_id** (string(uuid)) - **task_type_id** (string(uuid)) - **priority** (integer) Priority of the task type in the project ## Responses ### 201: Project task type link created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **project_id** (string(uuid)) - **task_type_id** (string(uuid)) - **priority** (integer) ### 400: Invalid project or task type [Powered by Bump.sh](https://bump.sh)