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
|
type: string
|
||||||
modificationDate:
|
modificationDate:
|
||||||
type: string
|
type: string
|
||||||
|
example: 02-05-2025
|
||||||
project:
|
project:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@ -68,6 +69,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
creationDate:
|
creationDate:
|
||||||
type: string
|
type: string
|
||||||
|
example: 02-05-2025
|
||||||
logo:
|
logo:
|
||||||
example: to be discussed not yet fixed
|
example: to be discussed not yet fixed
|
||||||
type: string
|
type: string
|
||||||
@ -84,8 +86,10 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
appointmentDate:
|
appointmentDate:
|
||||||
type: string
|
type: string
|
||||||
|
example: 02-05-2025
|
||||||
appointmentTime:
|
appointmentTime:
|
||||||
type: string
|
type: string
|
||||||
|
example: '10:15:30'
|
||||||
appointmentDuration:
|
appointmentDuration:
|
||||||
type: string
|
type: string
|
||||||
appointmentPlace:
|
appointmentPlace:
|
||||||
@ -103,7 +107,7 @@ components:
|
|||||||
MyINPulse-entrepreneur: Utilisateur
|
MyINPulse-entrepreneur: Utilisateur
|
||||||
servers:
|
servers:
|
||||||
- url: 'http://localhost:8081/'
|
- url: 'http://localhost:8081/'
|
||||||
description: Backend developper server
|
description: Backend server
|
||||||
paths:
|
paths:
|
||||||
/admin/projects:
|
/admin/projects:
|
||||||
get:
|
get:
|
||||||
|
@ -37,7 +37,6 @@ components:
|
|||||||
flows:
|
flows:
|
||||||
implicit:
|
implicit:
|
||||||
authorizationUrl: http://localhost:7080
|
authorizationUrl: http://localhost:7080
|
||||||
description: keycloak server
|
|
||||||
scopes:
|
scopes:
|
||||||
MyINPulse-admin: Administrateur
|
MyINPulse-admin: Administrateur
|
||||||
MyINPulse-entrepreneur: Utilisateur
|
MyINPulse-entrepreneur: Utilisateur
|
||||||
|
@ -50,6 +50,7 @@ sectionCell:
|
|||||||
type: string
|
type: string
|
||||||
modificationDate:
|
modificationDate:
|
||||||
type: string
|
type: string
|
||||||
|
example: "02-05-2025"
|
||||||
|
|
||||||
project:
|
project:
|
||||||
type: object
|
type: object
|
||||||
@ -60,6 +61,7 @@ project:
|
|||||||
type: string
|
type: string
|
||||||
creationDate:
|
creationDate:
|
||||||
type: string
|
type: string
|
||||||
|
example: "02-05-2025"
|
||||||
logo:
|
logo:
|
||||||
example: to be discussed not yet fixed
|
example: to be discussed not yet fixed
|
||||||
type: string
|
type: string
|
||||||
@ -78,8 +80,10 @@ appointement:
|
|||||||
properties:
|
properties:
|
||||||
appointmentDate:
|
appointmentDate:
|
||||||
type: string
|
type: string
|
||||||
|
example: "02-05-2025"
|
||||||
appointmentTime:
|
appointmentTime:
|
||||||
type: string
|
type: string
|
||||||
|
example: "10:15:30"
|
||||||
appointmentDuration:
|
appointmentDuration:
|
||||||
type: string
|
type: string
|
||||||
appointmentPlace:
|
appointmentPlace:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user