Advertisement
Guest User

bd

a guest
Mar 14th, 2018
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "POST": {
  3. "data": [
  4. {
  5. "name": "Nome1",
  6. "email": "nome1@nome1.com",
  7. "password": "45a@45#45das5%5das5@5",
  8. "image": "http://imagem.com/imagem"
  9. },
  10. {
  11. "name": "Nome2",
  12. "email": "nome2@nome2.com",
  13. "password": "45a@45#45das5%5das5@5",
  14. "image": "http://imagem.com/imagem"
  15. }
  16. ]
  17. },
  18. "GET": {
  19. "conditions": [
  20. {
  21. "id": "*",
  22. "name": "João"
  23. },
  24. {
  25. "email": "joao.fgohr@gmail.com"
  26. }
  27. ]
  28. },
  29. "PUT": {
  30. "conditions": [
  31. {
  32. "id": "*",
  33. "name": "João"
  34. },
  35. {
  36. "email": "joao.fgohr@gmail.com"
  37. }
  38. ],
  39. "data": {
  40. "email": "test@test.com"
  41. }
  42. },
  43. "DELETE": {
  44. "conditions": [
  45. {
  46. "id": "*",
  47. "name": "João"
  48. },
  49. {
  50. "email": "joao.fgohr@gmail.com"
  51. }
  52. ]
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement