Skip to content
Snippets Groups Projects
Commit e0ed6160 authored by GUILLORET SIMON's avatar GUILLORET SIMON
Browse files

fix: correct indent

parent 6f21cbbf
Branches
2 merge requests!38feat: V1,!23Add user routes to DOC.md and moved it to README.md
Pipeline #302651 passed with stages
in 34 seconds
......@@ -417,11 +417,11 @@ Cet endpoint permet de créer un nouvel utilisateur, avec des identifiants uniqu
### Exemple de réponse
```json
{
"id": 1,
"username": "yggdrasil",
"email": "arbre@gmail.com",
}
{
"id": 1,
"username": "yggdrasil",
"email": "arbre@gmail.com",
}
```
# Documentation API : Connexion Utilisateur
......@@ -465,11 +465,11 @@ Cet endpoint permet de récupérer les informations d'un utilisateur
### Exemple de réponse
```json
{
"id": 1,
"username": "yggdrasil",
"email": "arbre@gmail.com",
}
{
"id": 1,
"username": "yggdrasil",
"email": "arbre@gmail.com",
}
```
# Documentation API : Infos de l'utilisateur connecté
......@@ -486,9 +486,9 @@ Cet endpoint renvoie les informations de l'utilisateur connecté, ou renvoie une
### Exemple de réponse
```json
{
"id": 1,
"username": "yggdrasil",
"email": "arbre@gmail.com",
}
{
"id": 1,
"username": "yggdrasil",
"email": "arbre@gmail.com",
}
```
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment