UserGroups add_project_to_group.cassette 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "PUT",
  5. "path": "/api2/teams/176692/groups/762/projects/add",
  6. "body": {
  7. "projects": [
  8. "531138705d0ba0c18f5b43.63503311"
  9. ]
  10. },
  11. "status": 200,
  12. "response": {
  13. "team_id": 176692,
  14. "group": {
  15. "group_id": 762,
  16. "name": "Node updated",
  17. "permissions": {
  18. "is_admin": true,
  19. "is_reviewer": false,
  20. "admin_rights": [
  21. "upload"
  22. ],
  23. "languages": []
  24. },
  25. "created_at": "2019-06-20 17:35:39 (Etc/UTC)",
  26. "created_at_timestamp": 1561052139,
  27. "team_id": 176692,
  28. "projects": [
  29. "531138705d0ba0c18f5b43.63503311"
  30. ],
  31. "members": []
  32. }
  33. },
  34. "rawHeaders": [
  35. "Server",
  36. "nginx",
  37. "Date",
  38. "Thu, 20 Jun 2019 17:44:31 GMT",
  39. "Content-Type",
  40. "application/json",
  41. "Transfer-Encoding",
  42. "chunked",
  43. "Connection",
  44. "close",
  45. "Vary",
  46. "Accept-Encoding",
  47. "Set-Cookie",
  48. "PHPSESSID=c20c479ed7caa6a406a4a7045b33bca0; expires=Mon, 19-Aug-2019 17:44:31 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  49. "Expires",
  50. "Thu, 19 Nov 1981 08:52:00 GMT",
  51. "Cache-Control",
  52. "no-store, no-cache, must-revalidate",
  53. "Pragma",
  54. "no-cache",
  55. "Pragma",
  56. "no-cache",
  57. "Cache-Control",
  58. "no-store, no-cache",
  59. "Access-Control-Allow-Origin",
  60. "*",
  61. "Access-Control-Allow-Headers",
  62. "Content-Type"
  63. ]
  64. }
  65. ]