Branches create.cassette 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "POST",
  5. "path": "/api2/projects/803826145ba90b42d5d860.46800099/branches",
  6. "body": {
  7. "name": "hotfix/really-important"
  8. },
  9. "status": 200,
  10. "response": {
  11. "project_id": "803826145ba90b42d5d860.46800099",
  12. "branch": {
  13. "branch_id": 41284,
  14. "name": "hotfix/really-important",
  15. "created_at": "2019-10-30 13:11:47 (Etc/UTC)",
  16. "created_at_timestamp": 1572441107,
  17. "created_by": 20181,
  18. "created_by_email": "bodrovis@protonmail.com"
  19. }
  20. },
  21. "rawHeaders": [
  22. "Server",
  23. "nginx",
  24. "Date",
  25. "Wed, 30 Oct 2019 13:11:47 GMT",
  26. "Content-Type",
  27. "application/json",
  28. "Transfer-Encoding",
  29. "chunked",
  30. "Connection",
  31. "close",
  32. "Vary",
  33. "Accept-Encoding",
  34. "Pragma",
  35. "no-cache",
  36. "Cache-Control",
  37. "no-store, no-cache",
  38. "Access-Control-Allow-Origin",
  39. "*",
  40. "Access-Control-Allow-Headers",
  41. "Content-Type"
  42. ]
  43. }
  44. ]