# Import kitsu tasks **POST /import/kitsu/tasks** Import Kitsu tasks. Send a list of Kitsu task entries in the JSON body. Returns created or updated tasks. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (array[object]) - **id** (string(uuid)) Kitsu ID of the task - **name** (string) Task name - **project_id** (string(uuid)) Project ID - **entity_id** (string(uuid)) Entity ID the task is linked to - **task_type_id** (string(uuid)) Task type ID ## Responses ### 200 Tasks imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Task unique identifier - **name** (string) Task name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400 Invalid request body or missing required fields [Powered by Bump.sh](https://bump.sh)