Skip to content

Fix endpoint swagger summary

Imre Toth requested to merge Fix_endpoint_swagger_summary into develop

Modified some swagger description for some of the endpoints - because the summary wasn't clear what the endpoint does.

(Turned out to have a new line in description you have to use double '\n' instead of a single '\r\n', otherwise new line will be "ignored")

Merge request reports