# Import shotgun notes **POST /import/shotgun/notes** Import Shotgun notes (comments) linked to tasks. Send a list of Shotgun note entries in the JSON body. Only notes linked to tasks are imported. Returns created or updated comments. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the note - **content** (string) Note content - **tasks** (array[object]) Linked tasks - **user** (object) User who created the note - **created_at** (string(date-time)) Creation timestamp ## Responses ### 200: Notes imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Comment unique identifier - **text** (string) Comment text - **created_at** (string(date-time)) Creation timestamp ### 400: Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)