Skip to content

Commit

Permalink
📝 Ajout Fichiers HTTP API (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
spontoreau authored Nov 12, 2024
1 parent 4333325 commit 4da0e44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/contributing/api/get/liste-dossier-raccordement.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
GET http://localhost:3000/api/v1/reseaux/raccordements?avecDateMiseEnService=false HTTP/1.1
content-type: application/json
authorization: Bearer
7 changes: 7 additions & 0 deletions docs/contributing/api/post/modifier-reference-dossier.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
POST http://localhost:3000/api/v1/laureats/{identifiantProjet}/raccordements/{reference}/reference:modifier HTTP/1.1
content-type: application/json
authorization: Bearer

{
"nouvelleReference": ""
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
POST http://localhost:3000/api/v1/laureats/{identifiantProjet}/raccordements/{reference}/date-mise-en-service:transmettre HTTP/1.1
content-type: application/json
authorization: Bearer

{
"dateMiseEnService": "YYYY-MM-DDT00:00:00.000Z"
}

0 comments on commit 4da0e44

Please sign in to comment.