Commit f85d84b00c0cab01f14e8ddcce899ddf7b320151

Authored by Geoffrey PREUD'HOMME
2 parents 5596f9d9 a901828f

Merge branch 'master' of archives.plil.fr:LeClubInfo/etunicorn-server

Showing 2 changed files with 26 additions and 25 deletions   Show diff stats
@@ -600,31 +600,31 @@ version: v1 @@ -600,31 +600,31 @@ version: v1
600 responses: 600 responses:
601 201: 601 201:
602 description: L'evenement a bien été payé 602 description: L'evenement a bien été payé
603 - /credit:  
604 - post:  
605 - description: Permet de recharger ou debiter un compte  
606 - body:  
607 - application/json:  
608 - schema: |  
609 - {  
610 - "type": "object",  
611 - "$schema": "http://json-schema.org/draft-03/schema",  
612 - "id": "http://jsonschema.net",  
613 - "required": true,  
614 - "properties": {  
615 - "participant": {  
616 - "type": "Personne",  
617 - "required": true  
618 - },  
619 - "prix": {  
620 - "type": "number",  
621 - "required": true  
622 - }  
623 - }  
624 - }  
625 - responses:  
626 - 201:  
627 - description: La personne a bien été crédité 603 + /credit:
  604 + post:
  605 + description: Permet de recharger ou debiter un compte
  606 + body:
  607 + application/json:
  608 + schema: |
  609 + {
  610 + "type": "object",
  611 + "$schema": "http://json-schema.org/draft-03/schema",
  612 + "id": "http://jsonschema.net",
  613 + "required": true,
  614 + "properties": {
  615 + "participant": {
  616 + "type": "Personne",
  617 + "required": true
  618 + },
  619 + "prix": {
  620 + "type": "number",
  621 + "required": true
  622 + }
  623 + }
  624 + }
  625 + responses:
  626 + 201:
  627 + description: La personne a bien été crédité
628 /{idPersonne}: 628 /{idPersonne}:
629 uriParameters: 629 uriParameters:
630 idPersonne: 630 idPersonne:
etunicorn-server.iml
@@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
10 </content> 10 </content>
11 <orderEntry type="inheritedJdk" /> 11 <orderEntry type="inheritedJdk" />
12 <orderEntry type="sourceFolder" forTests="false" /> 12 <orderEntry type="sourceFolder" forTests="false" />
  13 + <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.3" level="project" />
13 <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-rest:1.4.4.RELEASE" level="project" /> 14 <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-rest:1.4.4.RELEASE" level="project" />
14 <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.4.4.RELEASE" level="project" /> 15 <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.4.4.RELEASE" level="project" />
15 <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.4.4.RELEASE" level="project" /> 16 <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.4.4.RELEASE" level="project" />