Skip to content

Commit 178fdf8

Browse files
authored
Merge pull request #16649 from nextcloud/automated/noid/main-update-nextcloud-openapi
2 parents a28151e + 265b12f commit 178fdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/openapi/core/openapi_dav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export interface operations {
154154
* Format: int64
155155
* @description Duration until the link expires
156156
*/
157-
expirationTime: number;
157+
expirationTime?: number;
158158
};
159159
};
160160
};

0 commit comments

Comments
 (0)