Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/848#discussion_r44042359
--- Diff: docs/documentation/ui-rest-api.md ---
@@ -172,6 +172,27 @@ Sample response:
}
```
+### /api/v1/history/summary (GET)
+
+Returns a list of topology ID submitted by the current user.
--- End diff --
The URL has /history in it but the documentation does not say if it will
return all the topologies ever submitted (a true history) or only the current
snapshot. If its former we should update the documentation , if its later we
should chane the URL to /api/v1/topologIds.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---