From 42e045bba88087753b78d2460db0aa56364d8bc8 Mon Sep 17 00:00:00 2001 From: Sandro Mesterheide Date: Mon, 20 Feb 2023 08:00:58 +0100 Subject: [PATCH] Add federation share type --- spec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.yaml b/spec.yaml index efbe8a1..3b4920c 100644 --- a/spec.yaml +++ b/spec.yaml @@ -234,8 +234,8 @@ definitions: shareWith: type: string description: > - Consumer specific identifier of the user or group the provider wants - to share the resource with. This is known in advance. + Consumer specific identifier of the user, group or federation the provider + wants to share the resource with. This is known in advance. Please note that the consumer service endpoint is known in advance as well, so this is no part of the request body. example: 51dc30ddc473d43a6011e9ebba6ca770@geant.org @@ -281,7 +281,7 @@ definitions: example: John Doe shareType: type: string - enum: ["user", "group"] + enum: ["user", "group", "federation"] description: | Recipient share type example: user