Branches error 500.cassette 755 B

12345678910111213141516171819202122232425262728293031323334
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "POST",
  5. "path": "/api2/projects/803/branches",
  6. "body": {
  7. "name": "hotfix/really-important"
  8. },
  9. "status": 500,
  10. "response": {"Something very bad has happened"},
  11. "rawHeaders": [
  12. "Server",
  13. "nginx",
  14. "Date",
  15. "Wed, 30 Oct 2019 13:11:47 GMT",
  16. "Content-Type",
  17. "application/json",
  18. "Transfer-Encoding",
  19. "chunked",
  20. "Connection",
  21. "close",
  22. "Vary",
  23. "Accept-Encoding",
  24. "Pragma",
  25. "no-cache",
  26. "Cache-Control",
  27. "no-store, no-cache",
  28. "Access-Control-Allow-Origin",
  29. "*",
  30. "Access-Control-Allow-Headers",
  31. "Content-Type"
  32. ]
  33. }
  34. ]