Skip to content

Commit

Permalink
Add generic path to example
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-le committed Nov 9, 2023
1 parent 12a53dd commit 88bb465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StudioClient.Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88bb465

Please sign in to comment.