Skip to content

Commit

Permalink
Document a missing "capability downgrade" response
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-signal committed Jun 24, 2024
1 parent fceda00 commit 86f8363
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public VerificationCode createDeviceToken(@ReadOnly @Auth AuthenticatedAccount a
""")
@ApiResponse(responseCode = "200", description = "The new device was linked to the calling account", useReturnTypeSchema = true)
@ApiResponse(responseCode = "403", description = "The given account was not found or the given verification code was incorrect")
@ApiResponse(responseCode = "409", description = "The new device is missing a capability supported by all other devices on the account")
@ApiResponse(responseCode = "411", description = "The given account already has its maximum number of linked devices")
@ApiResponse(responseCode = "422", description = "The request did not pass validation")
@ApiResponse(responseCode = "429", description = "Too many attempts", headers = @Header(
Expand Down

0 comments on commit 86f8363

Please sign in to comment.