Branches error.cassette 823 B

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