From 04e095bb9bf5f96a362062bcf4acc0004925167a Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 13 Aug 2026 10:15:11 +0200 Subject: [PATCH] feat: add @UI.extension on drive This property is a pointer for the web client that a drive has an associated extension that could potentially be opened by a specific web app, if there is one that claims it (e.g. a drive with @UI.extension: 'vault' can be opened with the rclone-crypt app if enabled). It's supposed to be returned with every drive listing and writable via CreateDrive and UpdateDrive. --- api/openapi-spec/v1.0.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/openapi-spec/v1.0.yaml b/api/openapi-spec/v1.0.yaml index 0f908e3..44790d3 100644 --- a/api/openapi-spec/v1.0.yaml +++ b/api/openapi-spec/v1.0.yaml @@ -4729,6 +4729,12 @@ components: type: boolean description: Indicates whether the drive has items in the trash. Read-only. readOnly: true + '@UI.extension': + type: string + description: | + Specifier for the web client that a drive has an associated extension + that could potentially be opened by a specific web app (like a file + extension). driveRecipient: type: object description: |