Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 20af921

Browse files
author
cesmec
committed
Fixed obsolete comment in events api definition
1 parent b66b821 commit 20af921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/codeoverflow/chatoverflow/ui/web/rest/events/EventsControllerDefinition.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trait EventsControllerDefinition extends SwaggerSupport with TagSupport with Aut
88
val getEvents: OperationBuilder =
99
(apiOperation[Object]("getEvents")
1010
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."
1212
parameter authQuery
1313
tags controllerTag)
1414

0 commit comments

Comments
 (0)