Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.                 url: baseUrl + "/" + root + "/" + encodeURIComponent(id),
  3.                 type: "PATCH",
  4.                 headers: { "X-CustomersCanvasAPIKey": apiKey },
  5.                 data: { name: "newcircle", path: "photobook", copy: "true", overwrite: "false"},
  6.                 processData: false,
  7.                 contentType: false
  8.             })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement