# Import shotgun episodes **POST /import/shotgun/episodes** Import Shotgun episodes. Send a list of Shotgun episode entries in the JSON body. Returns created or updated episodes. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (array[object]) - **id** (integer) Shotgun ID of the episode - **code** (string) Episode code - **description** (string) Episode description - **project** (object) Project information ## Responses ### 200 Episodes imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Episode unique identifier - **name** (string) Episode name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400 Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)