HATEOAS-first backend framework.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- 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!"
- }
-
- }
|