From f8ed7c0dc578489c38a78dde40024eab55addeed Mon Sep 17 00:00:00 2001 From: Luca Pireddu Date: Mon, 17 Jul 2023 15:34:40 +0200 Subject: [PATCH] fix: Document that roc_link in API can point to a GitHub repository Solves issue #290 --- specs/api.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/api.yaml b/specs/api.yaml index d1f98f76..8a729a94 100644 --- a/specs/api.yaml +++ b/specs/api.yaml @@ -2341,7 +2341,8 @@ components: roc_link: type: string description: | - Link to the workflow RO-Crate + Link to the workflow RO-Crate. Here LM will also accept a link + to a GitHub repository containing the RO-Crate contents. example: http://webserver:5000/download?file=ro-crate-galaxy-sortchangecase.crate.zip authorization: type: string