LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

add support for PATCH #17

Closed liveandrew closed 4 years ago

liveandrew commented 4 years ago

support PATCH. make it act like PUT, but make all mutable fields optional.

liveandrew commented 4 years ago

fixed in commit 4627180b536a18ddf2329b3413efaa6f55b053cb [4627180]