docs: fix auth routes in api reference (#8187)

This commit is contained in:
Shahed Nasser
2024-07-18 19:02:14 +02:00
committed by GitHub
parent 71ebcd1bd0
commit c900a104ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ JWT tokens are obtained by sending a request to the authentication route passing
For example:
```bash
curl -X POST '{backend_url}/auth/admin/emailpass' \
curl -X POST '{backend_url}/auth/user/emailpass' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
+1 -1
View File
@@ -48,7 +48,7 @@ JWT tokens are obtained by sending a request to the authentication route passing
For example:
```bash
curl -X POST '{backend_url}/auth/store/emailpass' \
curl -X POST '{backend_url}/auth/customer/emailpass' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",