HATEOAS-first backend framework.
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- 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."
- }
-
- }
|