Fix 409/410 docs in /v1/messages/
This commit is contained in:
parent
e1e94a33e2
commit
5a35d69ed0
|
@ -272,10 +272,10 @@ public class MessageController {
|
||||||
description="The message is not a story and some the recipient service ID does not correspond to a registered Signal user")
|
description="The message is not a story and some the recipient service ID does not correspond to a registered Signal user")
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
responseCode = "409", description = "Incorrect set of devices supplied for recipient",
|
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(
|
@ApiResponse(
|
||||||
responseCode = "410", description = "Mismatched registration ids supplied for some recipient devices",
|
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(
|
@ApiResponse(
|
||||||
responseCode="428",
|
responseCode="428",
|
||||||
description="The sender should complete a challenge before proceeding")
|
description="The sender should complete a challenge before proceeding")
|
||||||
|
|
Loading…
Reference in New Issue