diff --git a/documentation/openapi/src/bundled.yaml b/documentation/openapi/src/bundled.yaml index c151f2d..66ded43 100644 --- a/documentation/openapi/src/bundled.yaml +++ b/documentation/openapi/src/bundled.yaml @@ -59,6 +59,7 @@ components: type: string modificationDate: type: string + example: 02-05-2025 project: type: object properties: @@ -68,6 +69,7 @@ components: type: string creationDate: type: string + example: 02-05-2025 logo: example: to be discussed not yet fixed type: string @@ -84,8 +86,10 @@ components: properties: appointmentDate: type: string + example: 02-05-2025 appointmentTime: type: string + example: '10:15:30' appointmentDuration: type: string appointmentPlace: @@ -103,7 +107,7 @@ components: MyINPulse-entrepreneur: Utilisateur servers: - url: 'http://localhost:8081/' - description: Backend developper server + description: Backend server paths: /admin/projects: get: diff --git a/documentation/openapi/src/main.yaml b/documentation/openapi/src/main.yaml index 11258f9..2d666ec 100644 --- a/documentation/openapi/src/main.yaml +++ b/documentation/openapi/src/main.yaml @@ -37,7 +37,6 @@ components: flows: implicit: authorizationUrl: http://localhost:7080 - description: keycloak server scopes: MyINPulse-admin: Administrateur MyINPulse-entrepreneur: Utilisateur diff --git a/documentation/openapi/src/models.yaml b/documentation/openapi/src/models.yaml index b54b58c..68d1fc7 100644 --- a/documentation/openapi/src/models.yaml +++ b/documentation/openapi/src/models.yaml @@ -50,6 +50,7 @@ sectionCell: type: string modificationDate: type: string + example: "02-05-2025" project: type: object @@ -60,6 +61,7 @@ project: type: string creationDate: type: string + example: "02-05-2025" logo: example: to be discussed not yet fixed type: string @@ -78,8 +80,10 @@ appointement: properties: appointmentDate: type: string + example: "02-05-2025" appointmentTime: type: string + example: "10:15:30" appointmentDuration: type: string appointmentPlace: