Skip to content

Commit

Permalink
Add description of constraint in MUC update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Jan 9, 2022
1 parent 8a47fbc commit 2dfe26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public Response createMUCRoom(
@PUT
@Path("/{roomName}")
@Operation( summary = "Update chat room",
description = "Updates an existing multi-user chat room.",
description = "Updates an existing multi-user chat room. Note that the roomName of the room cannot be changed.",
responses = {
@ApiResponse(responseCode = "200", description = "Room updated.")
})
Expand Down

0 comments on commit 2dfe26f

Please sign in to comment.