From d4ece345b22113a46098078f06c9ce6539ba1503 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Fri, 30 Dec 2022 11:25:06 +0100 Subject: [PATCH] rename grantedTo to grantedToIdentities --- api/openapi-spec/v1.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/openapi-spec/v1.0.yaml b/api/openapi-spec/v1.0.yaml index 6bb593d..363d3db 100644 --- a/api/openapi-spec/v1.0.yaml +++ b/api/openapi-spec/v1.0.yaml @@ -2272,7 +2272,7 @@ components: description: 'The Permission resource provides information about a sharing permission granted for a DriveItem resource.' readOnly: true properties: - grantedTo: + grantedToIdentities: type: array items: $ref: '#/components/schemas/identitySet'