IHTSDO / snowstorm

Scalable SNOMED CT Terminology Server using Elasticsearch
Other
208 stars 83 forks source link

ISTO-112 Fix swagger doc parameter names #574

Closed kaicode closed 11 months ago

kaicode commented 11 months ago

This PR fixes the parameter names within Swagger docs for various controllers.

Some of the operation parameters have been replaced with long descriptions. The parameter name was not visible in swagger. This PR moves the parameter descriptions to the descriptions field and allows the parameter name to be shown. This PR includes changes from PR #570. I have also search and fixes all other instances of this problem in Snowstorm controllers.