diff --git a/Request_Test/testHTTP.http b/Request_Test/testHTTP.http
index b6ac60f..e4e1141 100644
--- a/Request_Test/testHTTP.http
+++ b/Request_Test/testHTTP.http
@@ -55,8 +55,39 @@ test = "coucou"
POST http://serveur-projet-s4.felix/src/API/requests.php/api/login/patient
Content-Type: application/x-www-form-urlencoded
-mail = "nicolasgrenier@example.com" &
-password = "a"
+mail = nicolasgrenier@example.com &
+password = a
###
+POST http://serveur-projet-s4.felix/src/API/requests.php/api/login/medecin
+Content-Type: application/x-www-form-urlencoded
+
+mail = cberger@example.org &
+password = a
+
+###
+
+PUT http://serveur-projet-s4.felix/src/API/requests.php/api/signup/patient
+Content-Type: application/x-www-form-urlencoded
+
+mail = felix.marquet@isen-ouest.yncrea.fr &
+password = a &
+name = Marquet &
+surname = Félix &
+phone = 0645383602
+
+###
+
+PUT http://serveur-projet-s4.felix/src/API/requests.php/api/signup/medecin
+Content-Type: application/x-www-form-urlencoded
+
+mail = felix.marquet@isen-ouest.yncrea.fr &
+password = a &
+name = Marquet &
+surname = Félix &
+phone = 0645383602 &
+specialite = Test &
+postal = 44470
+
+###
\ No newline at end of file
diff --git a/index.php b/index.php
index 40fdcb9..d189965 100644
--- a/index.php
+++ b/index.php
@@ -82,5 +82,7 @@
+
+