feat: updated date format next is descriptions and setting up http request tests
This commit is contained in:
parent
6ff6ce5052
commit
ebd76a30ee
@ -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:
|
||||
|
@ -37,7 +37,6 @@ components:
|
||||
flows:
|
||||
implicit:
|
||||
authorizationUrl: http://localhost:7080
|
||||
description: keycloak server
|
||||
scopes:
|
||||
MyINPulse-admin: Administrateur
|
||||
MyINPulse-entrepreneur: Utilisateur
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user