HATEOAS-first backend framework.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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!"
- }
-
- }
|