# Import shotgun steps **POST /import/shotgun/steps** Import Shotgun steps (task types). Send a list of Shotgun step entries in the JSON body. Returns created or updated task types with departments. ## 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 step - **code** (string) Step code (used to extract department) - **short_name** (string) Step short name - **color** (string) Color in RGB format - **entity_type** (string) Entity type this step applies to ## Responses ### 200 Task types imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Task type unique identifier - **name** (string) Task type name - **short_name** (string) Task type short name - **color** (string) Task type color in hex format - **for_entity** (string) Entity type - **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)