meltygroup / pasee

Identity Managment Server
MIT License
1 stars 1 forks source link

Use json-patch instead of "raw"/"free" patch. #2

Open JulienPalard opened 4 years ago

JulienPalard commented 4 years ago

spotted a:

"patch": {
  "_type": "link",
  "action": "patch",
  "title": "Patch fields of user",
  "description": "A method to patch fields of user",
  "fields": [
    {
      "name": [
        "is_banned"
      ]
    }
  ]
}