From b17bff68dde1e9d7cf041a3173f20f03f23232a0 Mon Sep 17 00:00:00 2001 From: Liviu <108449432+livghit@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:35:17 +0200 Subject: [PATCH] Added small description on th casosapi health and file sys (#1417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐙 Hi , hope the small description is oke ! :) --- api/casaos/openapi.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/casaos/openapi.yaml b/api/casaos/openapi.yaml index 2f77350..426db31 100644 --- a/api/casaos/openapi.yaml +++ b/api/casaos/openapi.yaml @@ -20,10 +20,11 @@ servers: tags: - name: Health methods description: |- - (TODO) - - name: File methods + These methods are used to check the health and status of the CasaOS API and associated services. + + - name: File methods description: |- - (TODO) + The File methods allow you to interact with files and directories on the CasaOS system. x-tagGroups: - name: Methods @@ -232,4 +233,4 @@ components: example: "CasaOS" status: type: string - example: "online" \ No newline at end of file + example: "online"