Remplacement ReferentDTO par CollaborateurDTO

master
jboinembalome 4 years ago
parent ca36d52245
commit 677f29ce33
  1. 2
      openapi.yaml
  2. 2
      responses/referent/getListeReferrents.yaml
  3. 2
      responses/referent/getReferent.yaml
  4. 3
      schemas/_index.yaml
  5. 2
      schemas/collaborateur/collaborateur.yaml
  6. 21
      schemas/collaborateur/referent.yaml
  7. 2
      schemas/ep/ep.yaml
  8. 2
      schemas/ep/epInformations.yaml

@ -1,6 +1,6 @@
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: 1.3.5 version: 1.3.6
title: API du serveur de l'application de digitalisation des EP title: API du serveur de l'application de digitalisation des EP
description: description:
API qui sra utilisée afin de faire communiquer le client et le serveur ainsi que le serveur et la boîte noire. API qui sra utilisée afin de faire communiquer le client et le serveur ainsi que le serveur et la boîte noire.

@ -4,4 +4,4 @@ content:
schema: schema:
type: array type: array
items: items:
$ref: ../../schemas/collaborateur/referent.yaml $ref: ../../schemas/collaborateur/collaborateur.yaml

@ -2,4 +2,4 @@ description: OK
content: content:
application/json: application/json:
schema: schema:
$ref: ../../schemas/collaborateur/referent.yaml $ref: ../../schemas/collaborateur/collaborateur.yaml

@ -8,9 +8,6 @@ BusinessUnitDTO:
CollaborateurDTO: CollaborateurDTO:
$ref: ./collaborateur/collaborateur.yaml $ref: ./collaborateur/collaborateur.yaml
ReferentDTO:
$ref: ./collaborateur/referent.yaml
#Note #Note
AffichageNoteDTO: AffichageNoteDTO:
$ref: ./note/affichageNote.yaml $ref: ./note/affichageNote.yaml

@ -20,7 +20,7 @@ properties:
businessUnit: businessUnit:
$ref: ./businessUnit.yaml $ref: ./businessUnit.yaml
referent: referent:
$ref: ./referent.yaml $ref: ./collaborateur.yaml
required: required:
- id - id
- nom - nom

@ -1,21 +0,0 @@
type: object
description: Les informations d'un collaborateur
properties:
id:
type: string
format: uuid
nom:
type: string
prenom:
type: string
mailApside:
type: string
format: email
businessUnit:
$ref: ./businessUnit.yaml
required:
- id
- nom
- prenom
- mailApside
- businessunit

@ -44,7 +44,7 @@ properties:
collaborateur: collaborateur:
$ref: ../collaborateur/collaborateur.yaml $ref: ../collaborateur/collaborateur.yaml
referent: referent:
$ref: ../collaborateur/referent.yaml $ref: ../collaborateur/collaborateur.yaml
demandesFormation: demandesFormation:
type: array type: array
items: items:

@ -19,7 +19,7 @@ properties:
collaborateur: collaborateur:
$ref: ../collaborateur/collaborateur.yaml $ref: ../collaborateur/collaborateur.yaml
referent: referent:
$ref: ../collaborateur/referent.yaml $ref: ../collaborateur/collaborateur.yaml
required: required:
- id - id

Loading…
Cancel
Save