From 96209ccf3e5df06633c1de408682d6b2b405c803 Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Wed, 1 Oct 2025 11:40:56 -0700 Subject: [PATCH] use LinkAccess definition Use `LinkAccess` within the `GetFileResponse` content. --- openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 8e49ea6..00b32c0 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -8580,7 +8580,7 @@ components: $ref: "#/components/schemas/Style" description: A mapping from style IDs to style metadata. linkAccess: - type: string + $ref: "#/components/schemas/LinkAccess" description: The share permission level of the file link. mainFileKey: type: string