IHTSDO / snowstorm

Scalable SNOMED CT Terminology Server using Elasticsearch
Other
204 stars 80 forks source link

Loading Release Snapshot: Via REST #61

Closed StephanMeijer closed 5 years ago

StephanMeijer commented 5 years ago

Issue: no suggested endpoint in Swagger found.

kaicode commented 5 years ago

Hi @StephanMeijer Please use this page in swagger on a local deployment: http://localhost:8080/swagger-ui.html#!/Import/createImportJobUsingPOST

Screenshot 2019-08-12 at 14 22 21
StephanMeijer commented 5 years ago

Import : RF2 didn't show up first, now it magically shows up..

kaicode commented 5 years ago

You might have been in readOnly mode? The import stuff is hidden then. https://github.com/IHTSDO/snowstorm/blob/4.1.0/src/main/resources/application.properties#L16 Glad it's working 😸

StephanMeijer commented 5 years ago

Maybe an idea to document this property?