From 35bcb23c51852e1e927aa8438fa2b7a1112ee180 Mon Sep 17 00:00:00 2001 From: Salim Kayal Date: Thu, 23 Jan 2025 11:18:51 +0100 Subject: [PATCH] enhancement: more explicit description Co-authored-by: Flora Thiebaut --- components/renku_data_services/session/api.spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/renku_data_services/session/api.spec.yaml b/components/renku_data_services/session/api.spec.yaml index bb3a9f18c..cbdcd29ef 100644 --- a/components/renku_data_services/session/api.spec.yaml +++ b/components/renku_data_services/session/api.spec.yaml @@ -722,7 +722,7 @@ components: maxLength: 500 example: "https://github.com/voila-gallery/gaussian-density" Revision: - description: The revision of the repository used as a basis for a custom builder + description: The revision of the repository used as a basis for a custom builder. This can be a git branch, a git tag or a git commit. type: string maxLength: 100 example: "main"