Fix erroneous parameter doc in MessageController#sendMessage

This commit is contained in:
Chris Eager
2025-11-10 12:15:41 -06:00
parent dd4e058cd7
commit 9ff9b3a7b3

View File

@@ -250,7 +250,7 @@ public class MessageController {
@HeaderParam(HttpHeaders.USER_AGENT) final String userAgent,
@Parameter(description="If true, deliver the message only to recipients that are online when it is sent")
@Parameter(description="The recipients account or phone-number identifier")
@PathParam("destination") final ServiceIdentifier destinationIdentifier,
@Parameter(description="If true, the message is a story; access tokens are not checked and sending to nonexistent recipients is permitted")