From dc559cefeec9b83216c57087ae2b92af1dd37e38 Mon Sep 17 00:00:00 2001 From: Bartha Maxime <231026@umons.ac.be> Date: Mon, 11 Dec 2023 11:27:34 +0100 Subject: [PATCH] added the Ext (scientific articles) tag --- Documents/proto/general/openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documents/proto/general/openapi.yaml b/Documents/proto/general/openapi.yaml index 06bb2ff..f1acf19 100644 --- a/Documents/proto/general/openapi.yaml +++ b/Documents/proto/general/openapi.yaml @@ -148,6 +148,7 @@ paths: - General - Admin - Secretariat + - Ext (scientific articles) security: - bearer: [] requestBody: @@ -377,6 +378,7 @@ paths: post: summary: create an article tags: + - Ext (scientific articles) - Researcher security: - bearer : [] @@ -420,6 +422,7 @@ paths: summary: get a certain article tags: - Users + - Ext (scientific articles) security: - bearer: [] responses: @@ -436,6 +439,7 @@ paths: summary: modify an article tags: - Researcher + - Ext (scientific articles) security: - bearer : [] responses: @@ -472,6 +476,7 @@ paths: summary: delete own article tags: - Researcher + - Ext (scientific articles) security: - bearer: [] responses: