diff --git a/StudioClient.Example/Program.cs b/StudioClient.Example/Program.cs index d15e798..699dd77 100644 --- a/StudioClient.Example/Program.cs +++ b/StudioClient.Example/Program.cs @@ -19,7 +19,7 @@ static async Task Main(string[] args) dynamic job = await apiClient.CreateJob(new { name = jobName, profile_id = profile.id.Value }); // UPLOAD PHOTO - string filePath = "/Users/kevinle/Desktop/test photos/5png + jpg/CAM11165.JPG"; + string filePath = "/path/to/photo"; dynamic res = await apiClient.UploadJobPhoto(filePath, job.id.Value); // QUEUE JOB