Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. format@pixel:~$ curl -X POST https://example.com/app/region/rename/5/Old
  2. Success
  3. format@pixel:~$ curl -X POST https://example.com/app/region/rename/5/New
  4. Success
  5. format@pixel:~$ for i in {1..25}; do echo ; curl -X GET https://example.com/app/region/name/5/; done
  6. New
  7. New
  8. New
  9. New
  10. New
  11. New
  12. Old
  13. New
  14. New
  15. New
  16. New
  17. New
  18. New
  19. New
  20. New
  21. New
  22. New
  23. New
  24. New
  25. New
  26. New
  27. New
  28. New
  29. New
  30. New
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement