{
	"info": {
		"_postman_id": "413176c2-e3de-4204-9f89-ef68bc6652c1",
		"name": "Dovetail API examples",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "426470"
	},
	"item": [
		{
			"name": "add-attachment - example",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"\r",
							"\r",
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "secret_password",
							"type": "string"
						},
						{
							"key": "username",
							"value": "username",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"name": "Content-Type",
						"type": "text",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "employee",
							"value": "employeeID",
							"type": "text"
						},
						{
							"key": "file",
							"type": "file",
							"src": "/C:/temp/file.txt"
						},
						{
							"key": "createEvents",
							"value": "false",
							"type": "text"
						},
						{
							"key": "userName",
							"value": "myUserName",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://myTenant.dovetailnow.com/v1/cases/12345/attachments",
					"protocol": "https",
					"host": [
						"myTenant",
						"dovetailnow",
						"com"
					],
					"path": [
						"v1",
						"cases",
						"12345",
						"attachments"
					]
				}
			},
			"response": []
		}
	]
}