Update docs about transports

This commit is contained in:
François Voron
2023-04-29 13:42:24 +02:00
parent 8959a12d56
commit 031fa78120
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ This method will return the in the following form upon successful login:
## Logout
The logout method with this transport returns nothing.
!!! success "`204 No content`"
## Authentication

View File

@@ -32,7 +32,7 @@ This method will return a response with a valid `set-cookie` header upon success
This method will remove the authentication cookie:
!!! success "`200 OK`"
!!! success "`204 No content`"
> Check documentation about [logout route](../../../usage/routes.md#post-logout).