Skip to content

Commit

Permalink
Fix 409/410 docs in /v1/messages/
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-signal committed Dec 12, 2024
1 parent e1e94a3 commit 5a35d69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ public MessageController(
description="The message is not a story and some the recipient service ID does not correspond to a registered Signal user")
@ApiResponse(
responseCode = "409", description = "Incorrect set of devices supplied for recipient",
content = @Content(schema = @Schema(implementation = AccountMismatchedDevices[].class)))
content = @Content(schema = @Schema(implementation = MismatchedDevices.class)))
@ApiResponse(
responseCode = "410", description = "Mismatched registration ids supplied for some recipient devices",
content = @Content(schema = @Schema(implementation = AccountStaleDevices[].class)))
content = @Content(schema = @Schema(implementation = StaleDevices.class)))
@ApiResponse(
responseCode="428",
description="The sender should complete a challenge before proceeding")
Expand Down

0 comments on commit 5a35d69

Please sign in to comment.