From 31419e860e4bdd8cc9b4547b5f747fe8617cef2e Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sat, 28 Oct 2023 11:21:43 +0200 Subject: [PATCH] Update API specification --- lib/www/server/spec/openapi.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/www/server/spec/openapi.yaml b/lib/www/server/spec/openapi.yaml index 2b48753..7da597e 100644 --- a/lib/www/server/spec/openapi.yaml +++ b/lib/www/server/spec/openapi.yaml @@ -1036,8 +1036,12 @@ paths: type: string schema: type: string - meta: - type: object + description: The internal namespace for a project used by the backend database. + groups: + type: array + items: + type: string + description: Zero or more strings, each representing a *group name*. These are used to group together related projects with the same or similar preplots in order to do temporal comparisons and statistics. "401": $ref: "#/components/responses/401"