Advertisement
Guest User

Zapier_test_cutler

a guest
Feb 28th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "requests": [
  3. {
  4. "updateProtectedRange": {
  5. "protectedRange": {
  6. "protectedRangeId": 123456,
  7. "editors": {
  8. "users": [
  9. "user1@gmail.com",
  10. "user2@gmail.com"
  11.  
  12. ]
  13.  
  14. }
  15.  
  16. }
  17.  
  18. }
  19.  
  20. },
  21. {
  22. "updateProtectedRange": {
  23. "protectedRange": {
  24. "protectedRangeId": 654321,
  25. "editors": {
  26. "users": [
  27. "user3@gmail.com",
  28. "user4@gmail.com"
  29.  
  30. ]
  31.  
  32. }
  33.  
  34. }
  35.  
  36. }
  37.  
  38. }
  39.  
  40. ]
  41.  
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement