HATEOAS-first backend framework.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- meta {
- name: Modify Post (Merge)
- type: http
- seq: 5
- }
-
- patch {
- url: http://localhost:6969/api/posts/9ba60691-0cd3-4e8a-9f44-e92b19fcacbc
- body: json
- auth: none
- }
-
- headers {
- Content-Type: application/merge-patch+json
- }
-
- body:json {
- {
- "title": "Modified Post",
- "content": "I changed the content via merge."
- }
-
- }
|