diff options
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/authentication.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/authentication.md b/docs/api/authentication.md index f1c0aea..189103e 100644 --- a/docs/api/authentication.md +++ b/docs/api/authentication.md @@ -103,6 +103,10 @@ The response will include a `Set-Cookie` header that clears the `identity` cooki Changes the current user's password, and invalidates all outstanding identity tokens. +### Authentication failure + +This endpoint will respond with a status of `401 Unauthorized` if the provided identity token is not valid. + ### Request ```json |
