Documentation: Add plugins part to endpoint URI Change-Id: Iaa23524c85c3078b316db4d3f90e47cf2dcaa584
diff --git a/src/main/resources/Documentation/rest-api-events.md b/src/main/resources/Documentation/rest-api-events.md index 785019d..a61b1c7 100644 --- a/src/main/resources/Documentation/rest-api-events.md +++ b/src/main/resources/Documentation/rest-api-events.md
@@ -1,4 +1,4 @@ -@PLUGIN@ - /events/ REST API +@PLUGIN@ - /plugins/@PLUGIN@/events/ REST API ================== Events Endpoints @@ -6,7 +6,7 @@ ### List Events -'GET /events/' +'GET /plugins/@PLUGIN@/events/' Lists events that have happened. Will list the _n_ most recent events where _n_ is the limit specified in the plugin configuration. See stream-events command @@ -16,7 +16,7 @@ Request ``` - GET /events/ HTTP/1.0 + GET /plugins/@PLUGIN@/events/ HTTP/1.0 ``` Response