Comments create.cassette 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "POST",
  5. "path": "/api2/projects/803826145ba90b42d5d860.46800099/keys/15519786/comments",
  6. "body": {
  7. "comments": [
  8. {
  9. "comment": "Project comment 1"
  10. },
  11. {
  12. "comment": "Project comment 2"
  13. }
  14. ]
  15. },
  16. "status": 200,
  17. "response": {
  18. "project_id": "803826145ba90b42d5d860.46800099",
  19. "comments": [
  20. {
  21. "comment_id": 1312026,
  22. "key_id": 15519786,
  23. "comment": "Project comment 1",
  24. "added_by": 20181,
  25. "added_by_email": "bodrovis@protonmail.com",
  26. "added_at": "2019-06-19 19:21:06 (Etc/UTC)",
  27. "added_at_timestamp": 1560972066
  28. },
  29. {
  30. "comment_id": 1312027,
  31. "key_id": 15519786,
  32. "comment": "Project comment 2",
  33. "added_by": 20181,
  34. "added_by_email": "bodrovis@protonmail.com",
  35. "added_at": "2019-06-19 19:21:06 (Etc/UTC)",
  36. "added_at_timestamp": 1560972066
  37. }
  38. ]
  39. },
  40. "rawHeaders": [
  41. "Server",
  42. "nginx",
  43. "Date",
  44. "Wed, 19 Jun 2019 19:21:06 GMT",
  45. "Content-Type",
  46. "application/json",
  47. "Transfer-Encoding",
  48. "chunked",
  49. "Connection",
  50. "close",
  51. "Vary",
  52. "Accept-Encoding",
  53. "Set-Cookie",
  54. "PHPSESSID=01f9348ea30fd668ada56a510de4a3cb; expires=Sun, 18-Aug-2019 19:21:06 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  55. "Expires",
  56. "Thu, 19 Nov 1981 08:52:00 GMT",
  57. "Cache-Control",
  58. "no-store, no-cache, must-revalidate",
  59. "Pragma",
  60. "no-cache",
  61. "Pragma",
  62. "no-cache",
  63. "Cache-Control",
  64. "no-store, no-cache",
  65. "Access-Control-Allow-Origin",
  66. "*",
  67. "Access-Control-Allow-Headers",
  68. "Content-Type"
  69. ]
  70. }
  71. ]