Update.bru 219 B

123456789101112131415161718
  1. meta {
  2. name: Update
  3. type: http
  4. seq: 2
  5. }
  6. put {
  7. url: http://localhost:8000/api/account
  8. body: json
  9. auth: inherit
  10. }
  11. body:json {
  12. {
  13. "id": "687e9a90bcba589fa1a138b5",
  14. "data": "Something new here"
  15. }
  16. }