mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-01-18 16:47:35 +01:00
Update .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
Request_Test
|
||||
Request_Test
|
||||
Request_Test/testHTTP.http
|
||||
@@ -30,11 +30,25 @@ Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
# PUT /api/rdv with body in x-www-form-urlencoded
|
||||
PUT http://serveur-projet-s4.felix/src/API/requests.php/api/rdv
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
rdv-id=64553&patient-id=1
|
||||
|
||||
ACCEPT: application/json
|
||||
rdv_id = 46792 &
|
||||
patient_id = 1
|
||||
|
||||
###
|
||||
|
||||
PUT http://serveur-projet-s4.felix/src/API/requests.php/api/requests
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
test = "coucou"
|
||||
|
||||
###
|
||||
|
||||
POST http://serveur-projet-s4.felix/src/API/requests.php/api/requests
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
test = "coucou"
|
||||
|
||||
###
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user