Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
feat: get information content. Fix #294
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Oct 9, 2022
1 parent 85d5ea7 commit f8afea4
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 27 deletions.
22 changes: 22 additions & 0 deletions OpenAPI/kdecole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,28 @@ paths:
$ref: '#/components/schemas/etablissementContenuArticle'
403:
$ref: '#/components/responses/badAuthenticationData'
/contenuArticle/information/{information}/:
get:
summary: Consulter les détails d'une information.
operationId: getEtabInformationDetails
tags:
- Etablissement
parameters:
- in: path
description: L'identifiant de l'information.
name: information
required: true
schema:
type: string
responses:
200:
description: Le serveur renvoit le contenu de l'information.
content:
application/json:
schema:
$ref: '#/components/schemas/etablissementContenuArticle'
403:
$ref: '#/components/responses/badAuthenticationData'

/calendrier/idetablissement/{idetablissement}/:
get:
Expand Down
Loading

0 comments on commit f8afea4

Please sign in to comment.