HATEOAS-first backend framework.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Modify Post (Merge).bru 336 B

1234567891011121314151617181920212223
  1. meta {
  2. name: Modify Post (Merge)
  3. type: http
  4. seq: 5
  5. }
  6. patch {
  7. url: http://localhost:6969/api/posts/9ba60691-0cd3-4e8a-9f44-e92b19fcacbc
  8. body: json
  9. auth: none
  10. }
  11. headers {
  12. Content-Type: application/merge-patch+json
  13. }
  14. body:json {
  15. {
  16. "title": "Modified Post",
  17. "content": "I changed the content via merge."
  18. }
  19. }