Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Documentation: Add plugins part to endpoint URI Change-Id: I412a994f6b250a897df2e33a7b967fc41d0f5cd1
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