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: Patch Resource
- type: http
- seq: 7
- }
-
- patch {
- url: http://localhost:3000/api/users/1
- body: json
- auth: none
- }
-
- headers {
- Content-Type: application/json
- }
-
- body:json {
- {
- "bio": "This is my updated bio!"
- }
-
- }
|