TeamUsers update.cassette 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "PUT",
  5. "path": "/api2/teams/176692/users/39938",
  6. "body": {
  7. "role": "admin"
  8. },
  9. "status": 200,
  10. "response": {
  11. "team_id": 176692,
  12. "team_user": {
  13. "user_id": 39938,
  14. "email": "translator2@mycompany.com",
  15. "fullname": "Mr. Translator",
  16. "created_at": "2019-06-19 20:12:11 (Etc/UTC)",
  17. "created_at_timestamp": 1560975131,
  18. "role": "admin"
  19. }
  20. },
  21. "rawHeaders": [
  22. "Server",
  23. "nginx",
  24. "Date",
  25. "Thu, 20 Jun 2019 16:29:31 GMT",
  26. "Content-Type",
  27. "application/json",
  28. "Transfer-Encoding",
  29. "chunked",
  30. "Connection",
  31. "close",
  32. "Vary",
  33. "Accept-Encoding",
  34. "Set-Cookie",
  35. "PHPSESSID=a82658ea7fb7222ed9d8ebb473f9df7c; expires=Mon, 19-Aug-2019 16:29:31 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  36. "Expires",
  37. "Thu, 19 Nov 1981 08:52:00 GMT",
  38. "Cache-Control",
  39. "no-store, no-cache, must-revalidate",
  40. "Pragma",
  41. "no-cache",
  42. "Pragma",
  43. "no-cache",
  44. "Cache-Control",
  45. "no-store, no-cache",
  46. "Access-Control-Allow-Origin",
  47. "*",
  48. "Access-Control-Allow-Headers",
  49. "Content-Type"
  50. ]
  51. }
  52. ]