Commit b7dc8b6e authored by Zohten's avatar Zohten

more doc

parent 3a8a0db2
# Endpoint `/blacklist`
[Revenir en arrière](../BackSummary.md)
\ No newline at end of file
[Revenir en arrière](../BackSummary.md)
Pour ce endpoint, il faut avoir un token valide et être administrateur.
|Méthode|Token|Endpoint |Description |Champs json |
|-------|-----|--------------------|------------------------------------------|------------|
|GET | Oui |`/blacklist` |Récupérer toutes les ip bannies | |
|GET | Oui |`/blacklist/{ip}` |Vérifie si {ip} appartient à la blacklist | |
|POST | Oui |`/blacklist` |Ajouter une ip valide à la blacklist |`ip` |
|DELETE | Oui |`/blacklist/{ip}` |Supprime une ip valide à la blacklist | |
......@@ -7,4 +7,4 @@
|GET | Oui |`/game` |Récupère tous les games | |
|GET | Oui |`/game/{id}` |Récupère la game {id} | |
|GET | Oui |`/game/public` |Récupérer toutes les games publiques | |
|POST | Oui |`/round` |Ouverture/création d'un game |`is_private`|
|POST | Oui |`/game` |Ouverture/création d'un game |`is_private`|
Markdown is supported
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