# Create production schedule version task link **POST /data/production-schedule-version-task-links** Create a link between a production schedule version and a task. JSON format is expected. Task and schedule version must be in the same project. Requires manager access to the project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **production_schedule_version_id** (string(uuid)) - **task_id** (string(uuid)) ## Responses ### 201: Task link created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **production_schedule_version_id** (string(uuid)) - **task_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or task and schedule version not in same project [Powered by Bump.sh](https://bump.sh)