You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/scala/org/codeoverflow/chatoverflow/ui/web/rest/events/EventsControllerDefinition.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ trait EventsControllerDefinition extends SwaggerSupport with TagSupport with Aut
8
8
valgetEvents:OperationBuilder=
9
9
(apiOperation[Object]("getEvents")
10
10
summary "Get events"
11
-
description "Get events from chatoverflow using the EventSource API. Requires the authKey as a cookie and an Accept-header with the value text/event-stream."
11
+
description "Get events from chatoverflow using the EventSource API. Requires an Accept-header with the value text/event-stream."
0 commit comments