Why isn't the index/admin/trigger API endpoint included in the swagger-ui docs? #638
Unanswered
dennisvang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The fdp-client v2 has a "Trigger ping" option which posts e.g.
{"clientUrl":"https://my.fdp.nl"}
to the API endpointindex/admin/trigger
.FAIRDataPoint/src/main/java/org/fairdatapoint/api/controller/index/IndexAdminController.java
Line 60 in fc751c4
However, this endpoint is not shown in the swagger-ui docs (FDP v2 develop), nor are the other
index/admin
endpoints:Is this by design, or is this something for the todo list?
Beta Was this translation helpful? Give feedback.
All reactions