Branches error plain.cassette 792 B

12345678910111213141516171819202122232425262728293031323334353637
  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": 401,
  10. "response": {
  11. "code": 401,
  12. "message": "hotfix/really-important"
  13. },
  14. "rawHeaders": [
  15. "Server",
  16. "nginx",
  17. "Date",
  18. "Wed, 30 Oct 2019 13:11:47 GMT",
  19. "Content-Type",
  20. "application/json",
  21. "Transfer-Encoding",
  22. "chunked",
  23. "Connection",
  24. "close",
  25. "Vary",
  26. "Accept-Encoding",
  27. "Pragma",
  28. "no-cache",
  29. "Cache-Control",
  30. "no-store, no-cache",
  31. "Access-Control-Allow-Origin",
  32. "*",
  33. "Access-Control-Allow-Headers",
  34. "Content-Type"
  35. ]
  36. }
  37. ]