Skip to content

Commit

Permalink
add 504 response code for /api/two-factor/login (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhalsey authored and alex-fusionauth committed Sep 5, 2023
1 parent ba27525 commit 8675ab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/docs/v1/tech/apis/login.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ include::docs/src/json/login/login-prevented-response.json[]

|503
|The search index is not available or encountered an exception so the request cannot be completed. The response will contain a JSON body.

|504
|One or more Webhook endpoints returned an invalid response or were unreachable. Based on the transaction configuration for this event your action cannot be completed. A stack trace is provided and logged in the FusionAuth log files.

|===

:login_response:
Expand Down

0 comments on commit 8675ab6

Please sign in to comment.