gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.77k stars 350 forks source link

Add examples to swagger spring rest #2685

Open t92549 opened 2 years ago

t92549 commented 2 years ago

The older rest-api has a dropdown with examples for every operation, this is needed for the spring-rest also

GCHQDeveloper314 commented 1 year ago

For core-rest this is done by customising the Swagger UI using this file and the surrounding structure. It is probably possible to do something similar with the newer Swagger which is used by spring-rest.