From 965cba2522d1d934728ef9eb1f7d9103ca436fc5 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Fri, 12 Apr 2024 15:22:29 +0200 Subject: [PATCH] [api][trivial] Changed tag names to first upper case. --- paths/patient_base.yaml | 2 +- paths/patient_dossier.yaml | 2 +- paths/population_statistics.yaml | 2 +- paths/population_statistics_deprived.yaml | 2 +- paths/springboard_apps.yaml | 2 +- zoo-api.yaml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/paths/patient_base.yaml b/paths/patient_base.yaml index c73ffea..356ce93 100644 --- a/paths/patient_base.yaml +++ b/paths/patient_base.yaml @@ -1,6 +1,6 @@ get: tags: - - patient + - Patient summary: Get basic personal info not directly related to their medical dossier parameters: - name: agb diff --git a/paths/patient_dossier.yaml b/paths/patient_dossier.yaml index aa00d4b..33c8839 100644 --- a/paths/patient_dossier.yaml +++ b/paths/patient_dossier.yaml @@ -1,6 +1,6 @@ get: tags: - - patient + - Patient summary: Get detailed medical dossier info for the stated patient description: |- WorkInProgress: The API may require you to provide the person on whose authority this request is being made, diff --git a/paths/population_statistics.yaml b/paths/population_statistics.yaml index a8c432f..6ff4a9e 100644 --- a/paths/population_statistics.yaml +++ b/paths/population_statistics.yaml @@ -1,6 +1,6 @@ get: tags: - - population statistics + - Population statistics operationId: "populationStatistics" summary: "Get a population count" description: |- diff --git a/paths/population_statistics_deprived.yaml b/paths/population_statistics_deprived.yaml index 030abeb..b74f341 100644 --- a/paths/population_statistics_deprived.yaml +++ b/paths/population_statistics_deprived.yaml @@ -1,6 +1,6 @@ get: tags: - - population statistics + - Population statistics operationId: "populationStatisticsDeprivedNeighborhood" summary: "Patients in a deprived neighborhood" description: "A simple report with a count of all patients living in a deprived neighborhood or regular one based on the well-known postcode table." diff --git a/paths/springboard_apps.yaml b/paths/springboard_apps.yaml index cf8088d..b09465d 100644 --- a/paths/springboard_apps.yaml +++ b/paths/springboard_apps.yaml @@ -1,6 +1,6 @@ get: tags: - - core + - Core summary: Available springboard apps description: WorkInProgress responses: diff --git a/zoo-api.yaml b/zoo-api.yaml index b611678..2cf4ad1 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -17,14 +17,14 @@ info: security: - tags: - - name: core + - name: Core description: |- API for cross-cutting API concerns, such as authentication and the springboard. - - name: patient + - name: Patient description: |- API for retrieving medical dossier data and concerns based on looking up a specific patient. - - name: population statistics + - name: Population statistics description: |- Statistics of a patient population. - name: Quality of Care