Amartus / yang2swagger

Yang to swagger generator
Eclipse Public License 1.0
32 stars 21 forks source link

No Patch operation generated #25

Closed jdillard closed 2 years ago

jdillard commented 5 years ago

Is looks like the Patch operation isn't being generated. Do the plain Patch and YANG Patch media types need to be added?

bartoszm commented 5 years ago

Indeed for now PATCH is not implemented. I guess adding patch operation as defined in https://tools.ietf.org/html/rfc8040#section-4.6.1 should be straightforward.

bartoszm commented 2 years ago

PATCH implemented in https://github.com/bartoszm/yang2swagger/releases/tag/1.1.13