# Import kitsu resource **POST /import/kitsu/notifications** Import Kitsu resources. Send a list of Kitsu entries in the JSON body. Returns created or updated resources. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) ## Responses ### 200 Resources imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid request body or missing required fields [Powered by Bump.sh](https://bump.sh)