zalando / restful-api-guidelines

A model set of guidelines for RESTful APIs and Events, created by Zalando
https://opensource.zalando.com/restful-api-guidelines/
Creative Commons Attribution 4.0 International
2.61k stars 384 forks source link

fix: header examples (#769) #776

Closed tkrop closed 11 months ago

tkrop commented 11 months ago

Fixes examples in header templates that must either escape commas or provide a list of examples using array brackets. Non-observing this rule leads to a null pointer exceptions in the swagger library and an error in the swagger editor.

fixes #769.

tkrop commented 11 months ago

👍

tfrauenstein commented 11 months ago

👍