Update .gitignore

This commit is contained in:
2024-04-08 09:16:14 +02:00
parent 2ec4591b09
commit 4a3d6fbec4
2 changed files with 20 additions and 5 deletions

View File

@@ -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"
###
###